fix scrollbars on fields on Windows/Linux

This commit is contained in:
Damien Elmes 2020-07-02 09:51:50 +10:00
parent 8c1c5665ea
commit a5e78485f4

View file

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