hide unnecessary scrollbar

pull/1/head
ansuz 2017-01-05 10:58:10 +01:00
parent 95617a11c8
commit 5080751a90
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
width: 50px;
}
#tableScroll {
overflow-y: hidden;
overflow-x: auto; margin-left: calc(30% - 50px + 29px); max-width: 70%; width: auto; display: inline-block;
}
#description {