mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
Merge pull request #171 from goto-bus-stop/bugfix/close-button-position
Fix Dashboard modal close button position.
This commit is contained in:
commit
bf424f494e
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
.UppyDashboard-close {
|
||||
@include reset-button;
|
||||
display: none;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 12px;
|
||||
right: 12px;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue