mirror of https://github.com/explosion/spaCy.git
Prevent responsive tables form scrolling vertically
This commit is contained in:
parent
ae45446978
commit
74dd0ee2c2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue