0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Fix auto hide header in viewer full screen

This commit is contained in:
Andrés Moya 2022-01-21 16:35:30 +01:00 committed by Andrey Antukh
parent 374bba763b
commit c3e37b0e04
2 changed files with 2 additions and 1 deletions

View file

@ -71,6 +71,7 @@
- Display view mode buttons always centered in viewer [#Taiga 2466](https://tree.taiga.io/project/penpot/issue/2466)
- Fix default profile image generation issue [Taiga #2601](https://tree.taiga.io/project/penpot/issue/2601)
- Fix edit blur attributes for multiselection [Taiga #2625](https://tree.taiga.io/project/penpot/issue/2625)
- Fix auto hide header in viewer full screen [Taiga #2632](https://tree.taiga.io/project/penpot/issue/2632)
### :arrow_up: Deps updates

View file

@ -15,7 +15,7 @@
}
}
.fullscreen .viewer-layout:not(.force-visible) {
.fullscreen.viewer-layout:not(.force-visible) {
& .viewer-header {
width: 100%;
position: fixed;