From 4bd0c014fedf472f65fcfab772f11e52d4c0e23c Mon Sep 17 00:00:00 2001 From: Sean Baines Date: Sun, 20 Oct 2019 15:44:29 +0200 Subject: [PATCH] Fix tooltip being hidden behind browser scrollbars (#6688) --- website/static/separate-css/playground.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/separate-css/playground.css b/website/static/separate-css/playground.css index e4238ae1..9202ca06 100644 --- a/website/static/separate-css/playground.css +++ b/website/static/separate-css/playground.css @@ -272,7 +272,7 @@ input[type="number"] { .tooltip { position: absolute; - z-index: 1; + z-index: 6; bottom: 100%; left: 50%; transform: translateX(-50%);