fix: button position issue on ios

This commit is contained in:
radishzzz 2025-03-05 22:02:02 +00:00
parent a813e7c2d0
commit d58cbcc786
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,6 @@ import { themeConfig } from '@/config'
const { light: { background: lightMode }, dark: { background: darkMode } } = themeConfig.color
---
<!-- [@supports(-webkit-touch-callout:none)]:top-[calc(7.3vw+2.2rem)] -->
<button
id="theme-toggle"
aria-label="Theme Toggle Button"