mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 09:52:55 -05: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