mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
Fix main height when system messages are shown (#22988)
GitOrigin-RevId: 0b5c6d22f61788475fc2c8595fd34e927a9f2303
This commit is contained in:
committed by
Copybot
parent
ea4d11ba68
commit
21e24b1ec3
@@ -16,6 +16,8 @@ $editor-toggler-bg-dark-color: color.adjust(
|
||||
}
|
||||
|
||||
#ide-root {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh; /* for backwards compatibility */
|
||||
height: 100dvh; /* needed for mobile devices */
|
||||
|
||||
@@ -71,7 +73,7 @@ $editor-toggler-bg-dark-color: color.adjust(
|
||||
}
|
||||
|
||||
.ide-react-main {
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user