fix(client): collapsing reflex containers. (#35247)

This commit is contained in:
Kristofer Koishigawa
2019-02-19 00:34:04 +09:00
committed by mrugesh mohapatra
parent 0d787ceeec
commit ccd45f77ff
2 changed files with 4 additions and 4 deletions

View File

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

View File

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