ui: Fixed z-index for magicbar

This commit is contained in:
Chingiz Mammadov 2023-09-24 23:03:11 +04:00
parent a1d13fc14e
commit ea6ec07a45
No known key found for this signature in database
GPG Key ID: ABCB4517F50A9077
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
@section('body') @section('body')
@parent @parent
<x-navbar /> <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> <magic-bar></magic-bar>
</div> </div>
<main class="main max-w-screen-2xl"> <main class="main max-w-screen-2xl">

View File

@ -2,7 +2,7 @@
@section('body') @section('body')
@parent @parent
@if (isSubscriptionOnGracePeriod()) @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> <magic-bar></magic-bar>
</div> </div>
<x-navbar /> <x-navbar />