Fix the sidebar toggle from overflowing when hovered over

Thanks to @Th3M3 for finding the issue and solution.

Fixes #945

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2019-05-26 12:27:00 -07:00
parent 2e27a29c76
commit 7b796f2ad8
+1 -1
View File
@@ -100,7 +100,7 @@
}
}
.main-header>.navbar {
.main-header>.navbar, .navbar>.sidebar-toggle {
height: 50px;
}