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.
This commit is contained in:
Yannik Rödel 2021-12-21 19:21:46 +01:00
parent 203564cce7
commit ed6c0980e4

View file

@ -37,7 +37,7 @@
> .tab {
flex: 100% 1;
order: -1;
order: 9999;
display: none;
margin: layout.$large-gap 0;
padding: layout.$large-gap;