mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-19 23:52:16 +00:00
Fix fullscreen layout on iOS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user