mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-18 00:01:55 +03:00
Use dvh wherever possible
This commit is contained in:
parent
f7d2f6fdac
commit
b987b525ef
1 changed files with 2 additions and 0 deletions
|
@ -307,6 +307,7 @@ a.mention span {
|
||||||
border: 1px solid var(--divider-color);
|
border: 1px solid var(--divider-color);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
|
max-height: 90dvh;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.box > :is(h1, h2, h3):first-of-type {
|
.box > :is(h1, h2, h3):first-of-type {
|
||||||
|
@ -464,6 +465,7 @@ button.carousel-dot[disabled].active {
|
||||||
.sheet {
|
.sheet {
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
|
max-height: 90dvh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
|
|
Loading…
Add table
Reference in a new issue