make instance tabs strip fully scrollable

This commit is contained in:
Shantur Rathore
2025-12-06 22:36:00 +00:00
parent 3373e23a41
commit c4a9c032a3

View File

@@ -13,7 +13,20 @@
}
.tab-container {
@apply flex items-center justify-between gap-1 px-2 py-1 overflow-x-auto;
@apply flex items-center justify-between gap-1 px-2 py-1;
}
.tab-scroll {
@apply flex items-center gap-3 w-full;
overflow-x: auto;
}
.tab-strip {
@apply flex items-center gap-1 flex-shrink-0;
}
.tab-shortcuts {
@apply flex items-center gap-2 flex-shrink-0;
}
.tab-base {