mirror of
https://github.com/brufdev/many-notes.git
synced 2025-12-30 15:29:47 -06:00
Remove the top margin for mobile devices
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<template x-teleport="body">
|
||||
<div
|
||||
class="fixed inset-0 z-50 w-full overflow-x-hidden overflow-y-auto max-h-full flex justify-center{{ $top ? ' mt-5' : ' items-end sm:items-center' }}"
|
||||
class="fixed inset-0 z-50 w-full overflow-x-hidden overflow-y-auto max-h-full flex justify-center {{ $top ? 'sm:mt-5' : 'items-end sm:items-center' }}"
|
||||
x-show="modalOpen"
|
||||
@keydown.escape.window="modalOpen = false"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user