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

🐛 Fix full screen not clickable on inspect mode after user entered full screen

This commit is contained in:
Alejandro Alonso 2023-03-02 07:13:55 +01:00 committed by Alonso Torres
parent 03d4e97ad7
commit dec854a012
2 changed files with 3 additions and 2 deletions

View file

@ -28,7 +28,7 @@ $width-settings-bar: 256px;
top: 0;
transition: top 400ms ease 300ms;
margin-bottom: 0;
z-index: 2;
z-index: 10;
}
& .viewer-bottom {
@ -46,7 +46,7 @@ $width-settings-bar: 256px;
top: -48px;
left: 0;
transition: top 400ms ease 300ms;
z-index: 2;
z-index: 10;
margin-bottom: 48px;
&::after {

View file

@ -54,6 +54,7 @@
display: flex;
justify-content: flex-end;
position: relative;
z-index: 10;
> * {
margin-left: $size-5;