Fix width on big screens
This commit is contained in:
parent
d93090f43b
commit
d45530c2dd
|
|
@ -15,7 +15,7 @@ const emits = defineEmits(['closemodal'])
|
||||||
<Transition mode="in-out">
|
<Transition mode="in-out">
|
||||||
<div
|
<div
|
||||||
v-if="show"
|
v-if="show"
|
||||||
class="circle-overview px-4 py-16 lg:px-16 lg:py-24 fixed top-0 overflow-y-scroll bg-white h-full">
|
class="circle-overview px-4 py-16 lg:px-16 lg:py-24 fixed top-0 overflow-y-scroll bg-white h-full w-full">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="w-8 h-8 absolute right-4 top-4 cursor-pointer"
|
class="w-8 h-8 absolute right-4 top-4 cursor-pointer"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue