fix(client): learn layout does not stretch to the bottom
This commit is contained in:
committed by
mrugesh mohapatra
parent
5eb0555b5e
commit
7530f62f63
@ -1,5 +1,5 @@
|
||||
#learn-app-wrapper .desktop-layout {
|
||||
height: calc(100vh - var(--header-height) - 42px);
|
||||
height: calc(100vh - var(--header-height));
|
||||
}
|
||||
|
||||
#learn-app-wrapper .reflex-container.vertical .reflex-splitter:hover {
|
||||
|
Reference in New Issue
Block a user