hide right col scrollbar
This commit is contained in:
@ -936,3 +936,12 @@ svg.zap-solid {
|
||||
.light .modal button.secondary:hover {
|
||||
background: #fff !important;
|
||||
}
|
||||
|
||||
.hide-scrollbar {
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
}
|
||||
|
||||
.hide-scrollbar::-webkit-scrollbar {
|
||||
display: none; /* Safari and Chrome */
|
||||
}
|
Reference in New Issue
Block a user