mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 23:16:09 +02:00
🐛 Fix header z-index in viewer mode fullscreen
This commit is contained in:
parent
a10dcbd918
commit
50c20e2290
4 changed files with 16 additions and 5 deletions
|
@ -234,7 +234,8 @@
|
|||
:show? (:show-thumbnails local false)
|
||||
:page page
|
||||
:index index}]
|
||||
[:section.viewer-section {:id "viewer-section"}
|
||||
[:section.viewer-section {:id "viewer-section"
|
||||
:class (if fullscreen? "fullscreen" "")}
|
||||
(cond
|
||||
(empty? frames)
|
||||
[:section.empty-state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue