🐛 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

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