small ui fix
This commit is contained in:
parent
568b8d1443
commit
07da5e72cc
@ -64,9 +64,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rh-screen {
|
.rh-screen {
|
||||||
height: calc(100 * var(--vh));
|
height: calc(100 * var(--vh) - 1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.min-rh-screen {
|
.min-rh-screen {
|
||||||
min-height: calc(100 * var(--vh));
|
min-height: calc(100 * var(--vh) - 1px);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user