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