diff --git a/src/core/components/download-refresh/download-refresh.scss b/src/core/components/download-refresh/download-refresh.scss index 3ee2b9406..5c9d86ae3 100644 --- a/src/core/components/download-refresh/download-refresh.scss +++ b/src/core/components/download-refresh/download-refresh.scss @@ -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; + } }