Merge pull request #1283 from thecodingmachine/fixVisitChatInteraction

FIX: visit card is now an absolute position
This commit is contained in:
Kharhamel 2021-07-13 17:20:29 +02:00 committed by GitHub
commit 5f43aeba85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,8 +45,9 @@
.visitCard {
pointer-events: all;
margin-left: auto;
margin-right: auto;
position: absolute;
left: 50%;
transform: translate(-50%, 0);
margin-top: 200px;
max-width: 80vw;