mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
fix: fixes backdrop on fuzzy search (#3776)
This commit is contained in:
@@ -34,11 +34,7 @@
|
|||||||
<mdi:chevron-left class="swap-off" />
|
<mdi:chevron-left class="swap-off" />
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<dialog
|
<dialog ref="modal" class="modal items-start bg-white/30 backdrop-blur-xs transition-none!" @close="open = false">
|
||||||
ref="modal"
|
|
||||||
class="modal items-start bg-white/20 transition-none backdrop:backdrop-blur-xs"
|
|
||||||
@close="open = false"
|
|
||||||
>
|
|
||||||
<div class="modal-box max-w-2xl bg-transparent pt-20 shadow-none">
|
<div class="modal-box max-w-2xl bg-transparent pt-20 shadow-none">
|
||||||
<FuzzySearchModal @close="open = false" v-if="open" />
|
<FuzzySearchModal @close="open = false" v-if="open" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
dozzle-service:
|
dozzle-service:
|
||||||
image: amir20/dozzle:local-test
|
image: amir20/dozzle:latest
|
||||||
environment:
|
environment:
|
||||||
- DOZZLE_LEVEL=debug
|
- DOZZLE_LEVEL=debug
|
||||||
- DOZZLE_MODE=swarm
|
- DOZZLE_MODE=swarm
|
||||||
|
|||||||
Reference in New Issue
Block a user