Skip to content

Commit e3089b9

Browse files
committed
fix: do not move toggle far away
Doing so breaks browser window scroll on activate.
1 parent 748c156 commit e3089b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/_imports/tools/x-tabs.structure.css

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
.x-tabs__toggle {
88
/* FAQ: If `display: none` were used, keyboard accessibility would break */
99
position: absolute;
10-
top: -100vh;
1110
opacity: 0;
1211
}
1312

0 commit comments

Comments
 (0)