0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 18:48:37 -05:00

🐛 Comments over toolbar

This commit is contained in:
Aitor 2024-01-17 11:12:55 +01:00
parent b2bbe12a11
commit 6009f6846a
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
// Copyright (c) KALEIDOS INC
$z-index-1: 1; // floating elements
$z-index-2: 2; //sidebars
$z-index-2: 2; // sidebars
$z-index-3: 3; // context menu
$z-index-4: 4; // modal
$z-index-10: 10;

View file

@ -16,7 +16,7 @@
height: $s-56;
padding: $s-8 $s-16;
border-radius: $s-8;
z-index: $z-index-2;
z-index: $z-index-10;
background-color: var(--color-background-primary);
transition:
top 0.3s,