fix: corretto posizionamento barra selezione rapida dopo l'aggiunta delle schede
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user