Anki/ts/editable/editable-base.scss
2022-09-04 13:38:05 +02:00

23 lines
260 B
SCSS

@use "sass/scrollbar";
* {
max-width: 100%;
}
p {
margin-top: 0;
margin-bottom: 1rem;
&:empty::after {
content: "\a";
white-space: pre;
}
}
[hidden] {
display: none;
}
:host(body) {
@include scrollbar.custom;
}