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;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue