Fix:On bookshelf view show series name placard on shelf #1239

This commit is contained in:
advplyr 2022-12-17 16:36:41 -06:00
parent 10295b000a
commit 9b1f7f566f
7 changed files with 8 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<template>
<div v-if="show" class="w-screen h-screen fixed top-0 left-0 z-50 bg-primary text-white">
<div v-if="show" class="w-screen h-screen fixed top-0 left-0 z-60 bg-primary text-white">
<div class="absolute top-4 right-4 z-20">
<span class="material-icons cursor-pointer text-4xl" @click="close">close</span>
</div>