notes: fix scrollbars appearing when using certain fonts.

This commit is contained in:
evazion
2019-12-02 21:14:41 -06:00
parent 5d1a1cc87e
commit a559278953

View File

@@ -13,7 +13,7 @@ div#note-container {
cursor: pointer;
padding: 4px;
z-index: 150;
overflow: auto;
overflow: hidden;
}
div.note-body, div.note-box.embedded div.note-box-inner-border {