Don't hide horizontal panel overflow

We need scrollbar because otherwise when DataTable row is too long it's cut and not visible
This commit is contained in:
Dāvis
2017-06-30 17:10:05 +03:00
committed by GitHub
parent 704888926a
commit 06b596bf6c
-1
View File
@@ -13,7 +13,6 @@ body {
}
.panel {
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
position: fixed;