mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/subnav/PageNavSection: fix vertical overflow
This commit is contained in:
parent
1758e2db19
commit
494522d292
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue