File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
src/components/ComposeWizard Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 304304.previewPanel {
305305 position : sticky;
306306 top : calc (var (--ifm-navbar-height ) + 1rem );
307- height : fit-content;
308- max-height : calc (100vh - var (--ifm-navbar-height ) - 2rem );
307+ align-self : start;
309308}
310309
311310.livePreview {
315314 background : var (--ifm-background-surface-color );
316315 display : flex;
317316 flex-direction : column;
318- height : calc (100vh - var (--ifm-navbar-height ) - 180 px );
317+ max- height: calc (100vh - var (--ifm-navbar-height ) - 120 px );
319318 min-height : 400px ;
320319}
321320
460459
461460 .previewPanel {
462461 position : static;
463- max-height : none;
464462 }
465463
466464 .livePreview {
467- height : 500px ;
465+ max- height: 500px ;
468466 min-height : 400px ;
469467 }
470468
471- .configSections {
472- max-height : none;
473- overflow-y : visible;
474- padding-right : 0 ;
475- }
476-
477469 .deploymentTabs {
478470 overflow-x : auto;
479471 flex-wrap : nowrap;
You can’t perform that action at this time.
0 commit comments