MOBILE-3320 core: Fix download refresh button stack

main
Pau Ferrer Ocaña 2021-06-09 09:08:18 +02:00
parent 1cfadedeec
commit 73b6b3e5e6
1 changed files with 5 additions and 0 deletions

View File

@ -7,4 +7,9 @@
align-content: center;
min-height: var(--a11y-min-target-size);
min-width: var(--a11y-min-target-size);
position: relative;
> * {
position: absolute;
}
}