1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-04-28 17:00:13 +00:00

fix safari transform

This commit is contained in:
devfake 2015-07-05 14:50:31 +02:00
parent d926c8f52d
commit 7fda3b360a

@ -80,6 +80,7 @@ body {
.bbm-modal__section {
position: relative;
-webkit-transform: translate(-50%, 0px);
transform: translate(-50%, 0px);
left: 50%;
width: 500px;