mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
fix: 修复了特定场景下猫猫窗口出现滚动条的问题 (#217)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user