Fix 1px offset with left nav bar
This commit is contained in:
parent
cc0c0104fe
commit
796c65bf5c
|
@ -301,6 +301,9 @@
|
|||
flex-direction: row;
|
||||
overflow: hidden;
|
||||
}
|
||||
.desktop.layout--left .nav-wrapper {
|
||||
border-bottom: none;
|
||||
}
|
||||
.desktop.layout--left .main-wrapper {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in New Issue