MOBILE-4470 ui: Fix collapsible header

This caused both headers to be hidden when navigating from a scrolled page content to a frozen page (without scroll)
main
Noel De Martin 2024-05-13 13:26:52 +02:00
parent 83e75e58dd
commit daa16a32a4
1 changed files with 2 additions and 1 deletions

View File

@ -108,8 +108,9 @@ body:not(.core-iframe-fullscreen) .collapsible-header-page {
display: none;
}
.collapsible-header-expanded h1 {
.collapsible-header-expanded .collapsible-header-original-title {
opacity: 1;
visibility: visible;
}
}