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 6cec9d6f8f
commit ef9c5d9e1b
1 changed files with 0 additions and 1 deletions

View File

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