mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
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:
parent
203564cce7
commit
ed6c0980e4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
> .tab {
|
> .tab {
|
||||||
flex: 100% 1;
|
flex: 100% 1;
|
||||||
order: -1;
|
order: 9999;
|
||||||
display: none;
|
display: none;
|
||||||
margin: layout.$large-gap 0;
|
margin: layout.$large-gap 0;
|
||||||
padding: layout.$large-gap;
|
padding: layout.$large-gap;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue