Fix scrollbar on Firefox
This commit is contained in:
parent
7dccf77c7d
commit
947f671ab1
@ -1,4 +1,8 @@
|
||||
/* CUSTOM OHIF SCROLLBAR */
|
||||
.ohif-scrollbar {
|
||||
scrollbar-color: #0944b3 transparent;
|
||||
}
|
||||
|
||||
.ohif-scrollbar::-webkit-scrollbar {
|
||||
@apply w-2;
|
||||
}
|
||||
@ -16,6 +20,11 @@
|
||||
@apply bg-primary-main;
|
||||
}
|
||||
|
||||
/* INVISIBLE SCROLLBAR */
|
||||
.invisible-scrollbar {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.invisible-scrollbar::-webkit-scrollbar {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user