Merge pull request #3153 from NoelDeMartin/MOBILE-3833

MOBILE-3833 core: Fix collapsible header height
main
Pau Ferrer Ocaña 2022-03-02 17:11:00 +01:00 committed by GitHub
commit eb7917d648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,12 @@
--collapsible-header-floating-title-x-delta: 0px;
--collapsible-header-floating-title-width-delta: 0px;
.collapsible-header-expanded .collapsible-header-floating-title {
.collapsible-header-expanded {
overflow: hidden;
flex-shrink: 0;
}
.collapsible-header-floating-title {
position: absolute;
top: var(--collapsible-header-floating-title-top);
left: var(--collapsible-header-floating-title-left);