fix: 修复了特定场景下猫猫窗口出现滚动条的问题 (#217)

This commit is contained in:
ayangweb
2025-05-09 10:11:55 +08:00
committed by GitHub
parent 3bfe5c6ba0
commit dfbd65ebde

View File

@@ -64,7 +64,7 @@ function resolveImageURL(key: string) {
<template>
<div
class="relative children:(absolute h-screen w-screen)"
class="relative size-screen overflow-hidden children:(absolute size-full)"
:class="[catStore.mirrorMode ? '-scale-x-100' : 'scale-x-100']"
:style="{ opacity: catStore.opacity / 100 }"
@contextmenu="handleContextmenu"