From 84fba8fbdfd5fa70cd05706ac5f3fae57eb4bcc1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 11 May 2021 12:41:09 +0200 Subject: 300 wip card tooltip zoom --- play.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index db486ce..2f3ec8c 100644 --- a/play.html +++ b/play.html @@ -77,6 +77,16 @@ border-radius: 10px; } +#tooltip.card { + position: absolute; + z-index: 100; + left: 50%; + top: 60px; + margin-left: -250px; + width: 500px; + height: 700px; +} + /* CARD ACTION POPUP MENU */ #popup { @@ -211,7 +221,8 @@ -
+
+
Chat
-- cgit v1.2.3