[Cleanup] Remove unnecessary pointer-event-auto (#2523)

This commit is contained in:
Chenlei Hu
2025-02-11 21:41:47 -05:00
committed by GitHub
parent 9017513979
commit ca2aee296a
8 changed files with 8 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<template>
<BaseViewTemplate dark>
<div
class="min-w-full min-h-full font-sans w-screen h-screen grid justify-around text-neutral-300 bg-neutral-900 dark-theme pointer-events-auto overflow-y-auto"
class="min-w-full min-h-full font-sans w-screen h-screen grid justify-around text-neutral-300 bg-neutral-900 dark-theme overflow-y-auto"
>
<div class="max-w-screen-sm w-screen m-8 relative">
<!-- Header -->

View File

@@ -1,6 +1,6 @@
<template>
<div
class="font-sans w-screen h-screen flex flex-col pointer-events-auto"
class="font-sans w-screen h-screen flex flex-col"
:class="[
props.dark
? 'text-neutral-300 bg-neutral-900 dark-theme'