mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
fix StatusBar error tooltip positioning
This commit is contained in:
parent
d9ec8d28f4
commit
f83b4b06d9
1 changed files with 2 additions and 2 deletions
|
|
@ -298,8 +298,8 @@ const ProgressBarError = ({ error, retryAll, hideRetryButton, i18n }) => {
|
|||
} */}
|
||||
<span class="uppy-StatusBar-details"
|
||||
aria-label={error}
|
||||
data-microtip-position="top"
|
||||
data-microtip-size="large"
|
||||
data-microtip-position="top-right"
|
||||
data-microtip-size="medium"
|
||||
role="tooltip">?</span>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue