From 8d27c4fb1be91c147c938f2ecd14d7ad41546c05 Mon Sep 17 00:00:00 2001 From: Jin Yi Date: Sun, 2 Nov 2025 14:42:37 +0900 Subject: [PATCH] fix: Change h-screen to h-svh in BaseViewTemplate (#6529) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Fixed height issue in BaseViewTemplate by changing `h-screen` to `h-svh` for better viewport handling ## Changes - Updated `BaseViewTemplate.vue` to use `h-svh` (small viewport height) instead of `h-screen` - This ensures proper height calculation on mobile devices with dynamic browser UI 🤖 Generated with [Claude Code](https://claude.ai/code) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6529-fix-Change-h-screen-to-h-svh-in-BaseViewTemplate-29f6d73d36508117871cd4ff165c2109) by [Unito](https://www.unito.io) --- src/views/templates/BaseViewTemplate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/templates/BaseViewTemplate.vue b/src/views/templates/BaseViewTemplate.vue index 8e20b3ee2..786cd77ac 100644 --- a/src/views/templates/BaseViewTemplate.vue +++ b/src/views/templates/BaseViewTemplate.vue @@ -1,6 +1,6 @@