From ed6c0980e438ed21e6c8ad98f02eab49e64daf77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Tue, 21 Dec 2021 19:21:46 +0100 Subject: [PATCH] Order tabs menu above actual tabs Note that the reverse-row flex direction stays so we can still select the first tab as the default. Closes #8. --- src/styles/components/_tabs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/_tabs.scss b/src/styles/components/_tabs.scss index 3590663..b8958bb 100644 --- a/src/styles/components/_tabs.scss +++ b/src/styles/components/_tabs.scss @@ -37,7 +37,7 @@ > .tab { flex: 100% 1; - order: -1; + order: 9999; display: none; margin: layout.$large-gap 0; padding: layout.$large-gap;