fix(client): learn layout does not stretch to the bottom

This commit is contained in:
Valeriy
2019-02-18 19:56:10 +03:00
committed by mrugesh mohapatra
parent 5eb0555b5e
commit 7530f62f63

View File

@ -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 {