fix: corretto posizionamento barra selezione rapida dopo l'aggiunta delle schede

This commit is contained in:
2026-07-12 23:27:18 +02:00
parent 748f777a31
commit df203d8de3
4 changed files with 54 additions and 22 deletions
+1 -1
View File
@@ -1167,7 +1167,7 @@ body {
border-radius: var(--radius-lg);
animation: slideDown 0.2s ease-out;
position: sticky;
top: var(--topbar-height);
top: var(--topbar-total-height, var(--topbar-height));
z-index: 45;
box-shadow: var(--shadow-md);
}