fix: nodebb/nodebb#10122 groups cover to use panel offset css var

main
Julian Lam 3 years ago
parent 7e365c3f55
commit 39a2f516a7

@ -22,7 +22,7 @@
margin-bottom: 1em; margin-bottom: 1em;
background-origin: content-box; background-origin: content-box;
width: 100%; width: 100%;
top: 50px; top: calc(var(--panel-offset) + @navbar-height);
position: absolute; position: absolute;
left: auto; left: auto;
right: 0px; right: 0px;

Loading…
Cancel
Save