aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-06 04:32:11 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-06 04:32:11 +0200
commit4f499ccbf71d0ae662159515bb568826e72678a5 (patch)
treea0300638045095aa6da1b0d6a275cf1c7e2333f4 /static/style.scss
parentFix issue with datetimes not getting set. (diff)
downloadcalp-4f499ccbf71d0ae662159515bb568826e72678a5.tar.gz
calp-4f499ccbf71d0ae662159515bb568826e72678a5.tar.xz
Drive popup tabs through javascript.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss3
1 files changed, 2 insertions, 1 deletions
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;