mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
fix responsive cropping issue for ios
This commit is contained in:
@ -9,17 +9,11 @@
|
||||
<ExchangeRateBulkUpdateModal />
|
||||
|
||||
<main
|
||||
class="
|
||||
pt-16
|
||||
pb-16
|
||||
h-screen h-screen-ios
|
||||
overflow-y-auto
|
||||
md:pl-56
|
||||
xl:pl-64
|
||||
min-h-0
|
||||
"
|
||||
class="h-screen h-screen-ios overflow-y-auto md:pl-56 xl:pl-64 min-h-0"
|
||||
>
|
||||
<router-view />
|
||||
<div class="pt-16 pb-16">
|
||||
<router-view />
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="h-screen h-screen-ios overflow-y-auto text-base">
|
||||
<div class="h-screen overflow-y-auto text-base">
|
||||
<NotificationRoot />
|
||||
|
||||
<div class="container mx-auto px-4">
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
<template>
|
||||
<div
|
||||
class="
|
||||
grid
|
||||
h-screen h-screen-ios
|
||||
grid-cols-12
|
||||
overflow-y-hidden
|
||||
bg-gray-100
|
||||
"
|
||||
>
|
||||
<div class="grid h-screen grid-cols-12 overflow-y-hidden bg-gray-100">
|
||||
<NotificationRoot />
|
||||
|
||||
<div
|
||||
|
||||
@ -115,7 +115,7 @@
|
||||
class="
|
||||
hidden
|
||||
w-56
|
||||
h-screen h-screen-ios
|
||||
h-screen
|
||||
pb-32
|
||||
overflow-y-auto
|
||||
bg-white
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="w-full h-screen h-screen-ios">
|
||||
<div class="w-full h-screen">
|
||||
<div class="flex items-center justify-center w-full h-full">
|
||||
<div class="flex flex-col items-center justify-center">
|
||||
<h1 class="text-primary-500" style="font-size: 10rem">
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
class="
|
||||
hidden
|
||||
w-full
|
||||
h-screen h-screen-ios
|
||||
h-screen
|
||||
border-gray-100 border-solid
|
||||
rounded
|
||||
md:flex
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
class="
|
||||
hidden
|
||||
w-full
|
||||
h-screen h-screen-ios
|
||||
h-screen
|
||||
border-gray-100 border-solid
|
||||
rounded
|
||||
md:flex
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
class="
|
||||
hidden
|
||||
w-full
|
||||
h-screen h-screen-ios
|
||||
h-screen
|
||||
border-gray-100 border-solid
|
||||
rounded
|
||||
md:flex
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
class="
|
||||
hidden
|
||||
w-full
|
||||
h-screen h-screen-ios
|
||||
h-screen
|
||||
border-gray-100 border-solid
|
||||
rounded
|
||||
md:flex
|
||||
|
||||
Reference in New Issue
Block a user