dev: possible fix for #196 #192 #163

This commit is contained in:
lscambo13
2025-12-28 22:45:01 +05:30
parent ec7b63b431
commit fa0cf75972

View File

@@ -3750,7 +3750,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense > div:first-child {
} }
.sectionTabs { .sectionTabs {
display: grid; display: inline-grid;
height: var(--appBarHeight); height: var(--appBarHeight);
} }