Fix 1px offset with left nav bar
This commit is contained in:
parent
6831bbb5d7
commit
36fa21f472
|
@ -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