mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +01:00
minor layout issue
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="h-full overflow-auto p-2">
|
<div class="h-full overflow-auto px-2 relative">
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="h-full relative">
|
<div class="h-full">
|
||||||
<div class="h-full flex flex-col">
|
<div class="min-h-full flex flex-col">
|
||||||
<HaexPassGroupBreadcrumbs
|
<HaexPassGroupBreadcrumbs
|
||||||
:items="breadCrumbs"
|
:items="breadCrumbs"
|
||||||
class="px-2"
|
class="px-2 sticky top-0 z-10 bg-base-200"
|
||||||
v-show="breadCrumbs.length"
|
v-show="breadCrumbs.length"
|
||||||
/>
|
/>
|
||||||
<div class="flex-1 overflow-auto">
|
<div class="flex-1 overflow-auto py-1">
|
||||||
<HaexPassMobileMenu
|
<HaexPassMobileMenu
|
||||||
:menu-items="groupItems"
|
:menu-items="groupItems"
|
||||||
ref="listRef"
|
ref="listRef"
|
||||||
|
|||||||
Reference in New Issue
Block a user