Fix 1px offset with left nav bar

This commit is contained in:
Andrew Kingston 2021-09-10 16:36:59 +01:00
parent cc0c0104fe
commit 796c65bf5c
1 changed files with 3 additions and 0 deletions

View File

@ -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;