mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:38:17 +08:00
FIX: removes uneeded footer-nav-height subtraction (#20336)
This was incorrectly added.
This commit is contained in:
parent
eb0caed75a
commit
5ebf016a3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user