mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 16:09:06 +00:00
Make it fixed instead of absolute & update the desktop navbar to be
z-[9998] instead of v-9998, like what even is that?
This commit is contained in:
parent
82cf4b339a
commit
026ac7b5e5
3 changed files with 4 additions and 3 deletions
|
@ -711,9 +711,10 @@ setInterval(async () => {
|
|||
leave-active-class="animate__animated animate__fadeOutUp animate_fast03"
|
||||
>
|
||||
<div
|
||||
class="m-2 p-2 bg-gray-800 shadow-lg w-fit rounded-[10px] v-9998 selection:opacity-0"
|
||||
class="m-2 p-2 bg-gray-800 shadow-lg w-fit rounded-[10px] z-[9998] selection:opacity-0"
|
||||
v-if="menuOpen"
|
||||
>
|
||||
<!--Wait, I'm not using z-9998 this entire time? What?-->
|
||||
<div v-for="item in menuItems" :key="item.name" class="">
|
||||
<button
|
||||
@click="openWindow(item.windowName)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue