mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:18:29 +02:00
🐛 Fix problem in viewer with dropdowns when comments active
This commit is contained in:
parent
b80ddfa580
commit
1bf1de8ce8
2 changed files with 2 additions and 1 deletions
|
@ -336,7 +336,7 @@
|
|||
.viewer-comments-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1000;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue