From 39a2f516a76fd5dbd058f07a713ad6a48518723a Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 12 Jan 2022 10:56:16 -0500 Subject: [PATCH] fix: nodebb/nodebb#10122 groups cover to use panel offset css var --- less/groups.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/groups.less b/less/groups.less index 7134106..c220c24 100644 --- a/less/groups.less +++ b/less/groups.less @@ -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;