mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-01 06:21:35 +00:00
Merge pull request #1410 from lakesare/fix/dashboard-icons-jiggling-on-safari
Dashboard Plugin - fix icons jiggling on hover in safari
This commit is contained in:
commit
4de6582bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@
|
|||
}
|
||||
|
||||
.uppy-DashboardTab-btn:hover svg {
|
||||
transform: scale(1.1, 1.1);
|
||||
transform: translateZ(0) scale(1.1, 1.1);
|
||||
}
|
||||
|
||||
.uppy-DashboardTab-name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue