Skip to content

Commit 7de7fee

Browse files
brabojclaude
andcommitted
fix: add overflow hidden to tabs bar to prevent scrollbar flash
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9fcfa01 commit 7de7fee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

astro-site/src/styles/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ a:hover {
258258
z-index: 99;
259259
background: var(--color-primary-dark);
260260
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
261+
overflow: hidden;
261262
}
262263

263264
.nav-toggle {

0 commit comments

Comments
 (0)