mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
Fix #297 safari issue
This commit is contained in:
parent
7439afff63
commit
60036873b0
@ -3,7 +3,11 @@
|
||||
display: inline-block;
|
||||
|
||||
&--widget {
|
||||
-webkit-perspective: 0;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
display: inline-block;
|
||||
visibility: visible;
|
||||
backface-visibility: hidden;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user