1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

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,5 +1,6 @@
.separator {
overflow: hidden;
min-height: 1px;
height: 1px;
background-color: $themeDarkColor;
}