mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🐛 Fix full screen not clickable on inspect mode after user entered full screen
This commit is contained in:
parent
03d4e97ad7
commit
dec854a012
2 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,7 @@ $width-settings-bar: 256px;
|
||||||
top: 0;
|
top: 0;
|
||||||
transition: top 400ms ease 300ms;
|
transition: top 400ms ease 300ms;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
z-index: 2;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
& .viewer-bottom {
|
& .viewer-bottom {
|
||||||
|
@ -46,7 +46,7 @@ $width-settings-bar: 256px;
|
||||||
top: -48px;
|
top: -48px;
|
||||||
left: 0;
|
left: 0;
|
||||||
transition: top 400ms ease 300ms;
|
transition: top 400ms ease 300ms;
|
||||||
z-index: 2;
|
z-index: 10;
|
||||||
margin-bottom: 48px;
|
margin-bottom: 48px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
margin-left: $size-5;
|
margin-left: $size-5;
|
||||||
|
|
Loading…
Add table
Reference in a new issue