mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
Fixed navigation scrollbar bug
no refs. - fixed issue that made top navigation scrollbar appear for sites with secondary navigation and members turned off
This commit is contained in:
parent
93628dc7f0
commit
8886056719
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -292,7 +292,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
overflow-y: hidden;
|
overflow: hidden;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user