fix: Add position: relative to tab groups for positioning context, p=#12550

This commit is contained in:
Andrey Bochkarev
2026-02-28 20:51:07 +03:00
committed by GitHub
parent 0226c5879a
commit 6aefade7f8

View File

@@ -6,6 +6,7 @@
tab-group[split-view-group] {
display: block;
position: relative;
@media (prefers-reduced-motion: no-preference) {
transition: var(--zen-tabbox-element-indent-transition);