Fix div positioning on Firefox and Safari issue #87 (#201)

* fix div positionning on Firefox and Safari

* Use style to fix css positionning for artifact
This commit is contained in:
Romuald
2021-08-10 18:04:19 +02:00
committed by GitHub
parent ef0d085e22
commit 6551734ac1
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3,6 +3,7 @@
.artifact {
position: relative;
line-height: normal;
//-webkit-transform: translate3d(0,0,0); // hw accel
iframe {