hide right col scrollbar

This commit is contained in:
Martti Malmi
2023-11-23 09:52:19 +02:00
parent 62e99a4ed4
commit f3eb414c6a
2 changed files with 10 additions and 1 deletions

View File

@ -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 */
}