add tab scrolling

This commit is contained in:
Ishaan Dey
2024-05-07 00:16:02 -07:00
parent 91feeffc5a
commit beab0f7845
3 changed files with 16 additions and 10 deletions

View File

@ -151,4 +151,8 @@
pointer-events: none;
user-select: none;
z-index: 1000;
}
.tab-scroll::-webkit-scrollbar {
display: none;
}