From 4f499ccbf71d0ae662159515bb568826e72678a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 6 Oct 2021 04:32:11 +0200 Subject: Drive popup tabs through javascript. --- static/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index cc1ae15b..56acd18c 100644 --- a/static/style.scss +++ b/static/style.scss @@ -856,9 +856,10 @@ popup-element { .tab { > label { position: absolute; + top: calc(var(--tab-size) * var(--tab-index)); left: 100%; - top: 0; + /*top: 0; */ display: block; max-height: 5ex; -- cgit v1.2.3