[backport rh-test] fix: Change h-screen to h-svh in BaseViewTemplate (#6532)

Backport of #6529 to `rh-test`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6532-backport-rh-test-fix-Change-h-screen-to-h-svh-in-BaseViewTemplate-29f6d73d365081d5a116d237f15c840e)
by [Unito](https://www.unito.io)

Co-authored-by: Jin Yi <jin12cc@gmail.com>
This commit is contained in:
Comfy Org PR Bot
2025-11-02 14:52:45 +09:00
committed by GitHub
parent 9182b1a85a
commit d447b5df93

View File

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