FilamentF
Filament2y ago
3 replies
Tjiel

Removal of scrollbar in the sidebar

Hey all, on some smaller screens the resources in my sidebar are to much to be in one view. So a scrollbar appears. Is there any way to make it hidden. I have already tried the following but nothing seems to be happening.
.fi-sidebar::-webkit-scrollbar {
    display: none;
}

.fi-sidebar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

Any help would be appreciated!
Was this page helpful?