Remove 1px border causing overflow and scrollbar in workflow page layout

This commit is contained in:
Andrew Kingston 2020-09-09 11:19:20 +01:00
parent 7345aa3165
commit 901db0a375
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@
.nav { .nav {
overflow: auto; overflow: auto;
width: 300px; width: 300px;
border-right: 1px solid var(--grey-2);
background: var(--white); background: var(--white);
} }