fix(client): collapsing reflex containers. (#35247)
This commit is contained in:
committed by
mrugesh mohapatra
parent
0d787ceeec
commit
ccd45f77ff
@ -1,3 +1,7 @@
|
||||
#learn-app-wrapper .desktop-layout {
|
||||
height: calc(100vh - var(--header-height) - 42px);
|
||||
}
|
||||
|
||||
#learn-app-wrapper .reflex-container.vertical .reflex-splitter:hover {
|
||||
border-left: 2px solid #006400;
|
||||
border-right: 2px solid #006400;
|
||||
|
@ -2,10 +2,6 @@
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.desktop-layout {
|
||||
height: calc(100vh - var(--header-height));
|
||||
}
|
||||
|
||||
.monaco-menu .action-label {
|
||||
color: #a2bd9b;
|
||||
letter-spacing: 0.02em;
|
||||
|
Reference in New Issue
Block a user