ui: Set overflow: auto on the tab nav (#9402)
This ensures scroll bars are mainly hidden, yet visible on small screens if the tabs are large enough for there to be an overflow
This commit is contained in:
parent
78ed71b2c9
commit
d6b55e6f0f
|
@ -1,6 +1,6 @@
|
|||
%tab-nav {
|
||||
clear: both;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
%tab-nav ul {
|
||||
display: inline-flex;
|
||||
|
|
Loading…
Reference in New Issue