Fix layout block actions + z index editor sidebar

This commit is contained in:
Julien Nahum
2024-02-10 13:20:41 +01:00
parent e5dc3f1bd4
commit b7c4f8e010
2 changed files with 15 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
<template>
<transition @leave="(el,done) => sidebarMotion?.leave(done)">
<div v-if="show" ref="sidebar"
class="absolute shadow-lg shadow-gray-800/30 top-0 h-[calc(100vh-53px)] right-0 lg:shadow-none lg:relative bg-white w-full md:w-1/2 lg:w-2/5 border-l overflow-y-scroll md:max-w-[20rem] flex-shrink-0 z-50"
class="absolute shadow-lg shadow-gray-800/30 top-0 h-[calc(100vh-53px)] right-0 lg:shadow-none lg:relative bg-white w-full md:w-1/2 lg:w-2/5 border-l overflow-y-scroll md:max-w-[20rem] flex-shrink-0 z-30"
>
<slot />
</div>