mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-08 07:40:05 +01:00
Fixed sidebar overlay issue on window width
Had the wrong `min-width`
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
@media (min-width: 1200px) {
|
||||
.acp-sidebar {
|
||||
position: fixed;
|
||||
top: 70px;
|
||||
|
||||
Reference in New Issue
Block a user