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)
This commit is contained in:
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…
x
Reference in New Issue
Block a user