mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
feat: add class to hide scrollbar as tailwind doesn't have an option
This commit is contained in:
parent
be82897344
commit
2f408c7ea8
@ -39,6 +39,15 @@ Could not find a proper tailwind css.
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
.hide-scroll::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hide-scroll {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
/*
|
||||
Hide some videoplayer controls on mobile devices to
|
||||
align the video player and bottom control bar properly.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user