fix scrollbars on fields on Windows/Linux

This commit is contained in:
Damien Elmes 2020-07-02 09:51:50 +10:00
parent 395b6a6c18
commit 97869d0f57

View File

@ -9,7 +9,7 @@
color: vars.$day-text-fg;
padding: 5px;
overflow-wrap: break-word;
overflow: scroll;
overflow: auto;
}
.clearfix:after {