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;
background-origin: content-box;
width: 100%;
top: 50px;
top: calc(var(--panel-offset) + @navbar-height);
position: absolute;
left: auto;
right: 0px;

Loading…
Cancel
Save