mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed design nav open/close icon misalignment
no issue - icons seemed to disappear when sections above are opened, or they lost attachment when scrolling - added `position: relative` to the nav item container so the `position: absolute` children are correctly contained
This commit is contained in:
parent
8e10d38d1f
commit
d63cfa472f
@ -1412,6 +1412,7 @@ p.theme-validation-details {
|
||||
|
||||
.gh-nav-design-tab {
|
||||
display: flex;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user