Menu separator shown when scrollbar is visible

This commit is contained in:
Mark McDowall 2019-04-17 22:43:35 -07:00
parent 8055b5e5da
commit 600b5cfa8e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.separator {
overflow: hidden;
min-height: 1px;
height: 1px;
background-color: $themeDarkColor;
}