Menu separator shown when scrollbar is visible
This commit is contained in:
parent
8055b5e5da
commit
600b5cfa8e
|
@ -1,5 +1,6 @@
|
|||
.separator {
|
||||
overflow: hidden;
|
||||
min-height: 1px;
|
||||
height: 1px;
|
||||
background-color: $themeDarkColor;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue