FIX: removes uneeded footer-nav-height subtraction (#20336)

This was incorrectly added.
This commit is contained in:
Joffrey JAFFEUX 2023-02-16 18:25:36 +01:00 committed by GitHub
parent eb0caed75a
commit 5ebf016a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -606,8 +606,7 @@ html.has-full-page-chat {
#main-outlet-wrapper {
// restrict the row height, including when virtual keyboard is open
grid-template-rows: calc(
var(--chat-vh, 1vh) * 100 - var(--header-offset, 0px) -
var(--footer-nav-height, 0px)
var(--chat-vh, 1vh) * 100 - var(--header-offset, 0px)
);
.sidebar-wrapper {
// prevents sidebar from overflowing behind the virtual keyboard