Prevent responsive tables form scrolling vertically

This commit is contained in:
ines 2017-10-30 13:16:06 +01:00
parent ae45446978
commit 74dd0ee2c2
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
@include scroll-shadow-base($color-front)
display: inline-block
overflow-x: auto
overflow-y: hidden
width: auto
-webkit-overflow-scrolling: touch