hide scrollbar in header

This commit is contained in:
Freeplay 2023-05-23 20:54:28 -04:00
parent 6e1d5f366d
commit e135f15832

View file

@ -518,6 +518,9 @@ onUnmounted(() => {
transparent transparent
); );
scrollbar-width: none; scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
&.collapse { &.collapse {
--width: 38px; --width: 38px;