mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-13 02:26:14 +02: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