fix: Disable selection
This commit is contained in:
parent
ca98acd5bc
commit
016a86e188
@ -24,7 +24,7 @@
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="text-neutral-800 flex flex-col h-screen print:h-full"
|
||||
class="text-neutral-800 flex flex-col h-screen print:h-full select-none"
|
||||
style="background: url({lfkbackground});background-position: center center!important;background-size: contain!important;background-repeat: no-repeat!important;"
|
||||
>
|
||||
<main class="flex-grow">
|
||||
|
@ -98,7 +98,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="flex h-full items-center py-16 select-none print:py-0 print:items-baseline">
|
||||
<div class="flex h-full items-center py-16 print:py-0 print:items-baseline">
|
||||
<div class="w-full max-w-md mx-auto p-6 print:p-0">
|
||||
<!-- <div
|
||||
class="mt-7 bg-white border border-gray-200 rounded-xl shadow-sm dark:bg-gray-800 dark:border-gray-200"
|
||||
|
Loading…
x
Reference in New Issue
Block a user