mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Use dynamic height (100-dvh) for better mobile support on mobile
This commit is contained in:
parent
213da330c2
commit
95df3b3022
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div id="app" class="d-flex flex-column vh-100" :style="colorStore.cssVars">
|
||||
<div id="app" class="d-flex flex-column dvh-100" :style="colorStore.cssVars">
|
||||
<NavBar />
|
||||
<BToaster></BToaster>
|
||||
<BodyLayout class="flex-fill overflow-auto" />
|
||||
|
|
|
@ -11,6 +11,12 @@
|
|||
min-width: 0px;
|
||||
}
|
||||
|
||||
.dvh-100 {
|
||||
// Set height to 100vh
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
}
|
||||
|
||||
|
||||
.logo-svg {
|
||||
background-color: #000000;
|
||||
|
|
Loading…
Reference in New Issue
Block a user