mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
fix responsive cropping issue for ios
This commit is contained in:
13
resources/sass/crater.scss
vendored
13
resources/sass/crater.scss
vendored
@@ -53,3 +53,16 @@
|
||||
//----------------------------------
|
||||
|
||||
@import "components/animation.scss";
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
min-height: -webkit-fill-available;
|
||||
}
|
||||
|
||||
html {
|
||||
height: -webkit-fill-available;
|
||||
}
|
||||
|
||||
.h-screen-ios {
|
||||
height: -webkit-fill-available;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user