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
parent
83e75e58dd
commit
daa16a32a4
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue