fixed navigation for mobile version

This commit is contained in:
Čarodej
2022-01-26 18:28:19 +01:00
parent 438e930e06
commit 0b3fc946bd
12 changed files with 203 additions and 154 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<!--Page Tab links-->
<div class="card shadow-card sticky top-0 z-10" style="padding-bottom: 0; padding-top: 0;">
<div class="card shadow-card z-10" style="padding-bottom: 0; padding-top: 0;">
<CardNavigation :pages="pages" class="-mx-1" />
</div>