Browse Source

Fix 1px offset with left nav bar

pull/4023/head
Andrew Kingston 5 years ago
parent
commit
796c65bf5c
  1. 3
      packages/client/src/components/app/Layout.svelte

3
packages/client/src/components/app/Layout.svelte

@ -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…
Cancel
Save