web/subnav/PageNavSection: fix vertical overflow

This commit is contained in:
wukko 2024-09-06 16:06:55 +06:00
parent 1758e2db19
commit 494522d292
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -23,7 +23,6 @@
#subnav-section {
gap: 6px;
border-radius: var(--border-radius);
overflow: hidden;
}
#subnav-section-title {
@ -38,6 +37,7 @@
background: var(--button);
border-radius: var(--border-radius);
box-shadow: var(--button-box-shadow);
overflow-x: hidden;
}
#subnav-section-title {