troubleshooting for display in safari
This commit is contained in:
parent
35702d8158
commit
5eda3c554e
1 changed files with 3 additions and 3 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100vw;
|
width: 100svw;
|
||||||
height: 100vh;
|
height: 100svh;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
@ -98,7 +98,7 @@ section {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
width: calc(100vw - 32px);
|
width: calc(100svw - 32px);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue