mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(client): learn layout does not stretch to the bottom
This commit is contained in:
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user