mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-25 09:16:18 -04:00
Fix fullscreen layout on iOS
This commit is contained in:
parent
2fd3da2920
commit
4e460089eb
5 changed files with 12 additions and 12 deletions
|
@ -29,6 +29,6 @@ paper-progress {
|
|||
top: 0;
|
||||
}
|
||||
neon-animated-pages{
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -2,6 +2,8 @@ html,
|
|||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -9,4 +11,5 @@ body {
|
|||
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
color: #333;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue