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:
parent
b2bbe12a11
commit
6009f6846a
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue