mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +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 {
|
#subnav-section {
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#subnav-section-title {
|
#subnav-section-title {
|
||||||
|
@ -38,6 +37,7 @@
|
||||||
background: var(--button);
|
background: var(--button);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
box-shadow: var(--button-box-shadow);
|
box-shadow: var(--button-box-shadow);
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#subnav-section-title {
|
#subnav-section-title {
|
||||||
|
|
Loading…
Reference in a new issue