mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:18:29 +02:00
🐛 Fix z-index of workspace context menu
This commit is contained in:
parent
fb58d7a4cc
commit
9940dabfff
23 changed files with 23 additions and 71 deletions
|
@ -6,8 +6,9 @@
|
|||
|
||||
$z-index-1: 1; // floating elements
|
||||
$z-index-2: 2; // sidebars
|
||||
$z-index-3: 3; // context menu
|
||||
$z-index-4: 4; // modal
|
||||
$z-index-3: 3; // topbar
|
||||
$z-index-4: 4; // context menu
|
||||
$z-index-5: 5; // modal
|
||||
$z-index-10: 10;
|
||||
$z-index-20: 20;
|
||||
$z-index-modal: 30; // When refactor finish we can reduce this number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue