fix(cookbook): serve panel content unreachable when model card is expanded (#3479)
This commit is contained in:
parent
0939983ddf
commit
1aa5ffb57c
1 changed files with 3 additions and 0 deletions
|
|
@ -15479,6 +15479,9 @@ body:not(.email-doc-split-active) #email-lib-modal.email-lib-fullscreen:not(.mod
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#cookbook-modal .hwfit-cached-list {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
.memory-toolbar {
|
.memory-toolbar {
|
||||||
transition: opacity 0.12s ease, max-height 0.2s ease;
|
transition: opacity 0.12s ease, max-height 0.2s ease;
|
||||||
max-height: 120px;
|
max-height: 120px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue