1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-11-23 19:36:53 +00:00

fix safari transform

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

View File

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