1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

fix: fixes login page height by using dynamic dvh (#2611)

This commit is contained in:
Amir Raminfar
2023-12-19 20:45:40 -08:00
committed by GitHub
parent 56cb2ab346
commit c88c1ed643

View File

@@ -1,5 +1,5 @@
<template>
<div class="hero min-h-screen">
<div class="hero min-h-dvh">
<div class="hero-content">
<router-view></router-view>
</div>