Merge pull request #1249 from chz/fix/1240

ui: Fixed z-index for magicbar
This commit is contained in:
Andras Bacsai 2023-09-24 21:18:48 +02:00 committed by GitHub
commit ab5619292e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
@section('body')
@parent
<x-navbar />
<div class="fixed top-3 left-4" id="vue">
<div class="fixed top-3 left-4 z-50" id="vue">
<magic-bar></magic-bar>
</div>
<main class="main max-w-screen-2xl">

View File

@ -2,7 +2,7 @@
@section('body')
@parent
@if (isSubscriptionOnGracePeriod())
<div class="fixed top-3 left-4" id="vue">
<div class="fixed top-3 left-4 z-50" id="vue">
<magic-bar></magic-bar>
</div>
<x-navbar />