Merge pull request #1249 from chz/fix/1240
ui: Fixed z-index for magicbar
This commit is contained in:
commit
ab5619292e
@ -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">
|
||||||
|
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user