Fix double scrollbars (fix #44)

This commit is contained in:
Thomas Brouard 2020-02-04 11:58:28 +01:00
parent 8f1794c119
commit 504f36a6fd

View file

@ -124,6 +124,7 @@
}
.etabs-views {
position: relative;
border-top: 1px solid #aaa;
height: calc(100vh - 33px);
}