mirror of https://github.com/status-im/consul.git
Hide vertical scrollbar in Safari
This commit is contained in:
parent
1856ee3104
commit
e87504dbca
|
@ -82,6 +82,7 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue