mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
web/subnav/PageNavSection: fix vertical overflow
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user