mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
fix scrollbars on fields on Windows/Linux
This commit is contained in:
parent
395b6a6c18
commit
97869d0f57
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
color: vars.$day-text-fg;
|
color: vars.$day-text-fg;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearfix:after {
|
.clearfix:after {
|
||||||
|
|
Loading…
Reference in a new issue