feat: firebox thin scrollbars in tabs container

This commit is contained in:
mathuo 2021-03-29 21:41:57 +01:00
parent e98eb96a2d
commit cabc4e901b

View File

@ -16,6 +16,8 @@
overflow-x: overlay;
overflow-y: hidden;
scrollbar-width: thin; // firefox
&::-webkit-scrollbar {
height: 3px;
}