fix: update height property to use 100dvh for better responsiveness
Some checks failed
Code quality checks / biome (push) Failing after 12s
Some checks failed
Code quality checks / biome (push) Failing after 12s
This commit is contained in:
parent
8197d1e733
commit
9110dbcb4a
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
html,
|
||||
body {
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -49,12 +49,12 @@ body {
|
|||
background: #bdf5;
|
||||
}
|
||||
|
||||
[class*="shj-lang-"] > div {
|
||||
[class*="shj-lang-"]>div {
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
[class*="shj-lang-"] > div :last-child {
|
||||
[class*="shj-lang-"]>div :last-child {
|
||||
outline: none;
|
||||
flex: 1;
|
||||
}
|
||||
|
@ -201,4 +201,4 @@ body {
|
|||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue