mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-01 06:21:35 +00:00
Dashboard Plugin - fix icons jiggling on hover in safari
This commit is contained in:
parent
d9ec8d28f4
commit
1bb2b042c8
1 changed files with 2 additions and 1 deletions
|
|
@ -332,7 +332,8 @@
|
|||
}
|
||||
|
||||
.uppy-DashboardTab-btn:hover svg {
|
||||
transform: scale(1.1, 1.1);
|
||||
backface-visibility: hidden;
|
||||
transform: translateZ(0) scale(1.1, 1.1);
|
||||
}
|
||||
|
||||
.uppy-DashboardTab-name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue