mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
[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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user