1133 - hides scrollbar when not needed (#1134)

* 1133 - hides scrollbar when not needed

* 1133 adds overflow-y:auto to asset-table-container
This commit is contained in:
BMK 2019-08-22 03:28:38 +12:00 committed by Cassie Tarakajian
parent 07a225c161
commit 973bf7e98d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
.asset-table-container {
// flex: 1 1 0%;
overflow-y: scroll;
overflow-y: auto;
max-width: 100%;
width: #{1000 / $base-font-size}rem;
min-height: #{400 / $base-font-size}rem;

View file

@ -1,5 +1,5 @@
.sketches-table-container {
overflow-y: scroll;
overflow-y: auto;
max-width: 100%;
width: #{1000 / $base-font-size}rem;
min-height: #{400 / $base-font-size}rem;