mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
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
d602b303e1
commit
4404b4f44c
@ -1,6 +1,6 @@
|
|||||||
%tab-nav {
|
%tab-nav {
|
||||||
clear: both;
|
clear: both;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
%tab-nav ul {
|
%tab-nav ul {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user