mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add a login wall on a few windows, but still no auth / login logic
yet...
This commit is contained in:
parent
020251c706
commit
a89fbd4fd7
9 changed files with 157 additions and 64 deletions
|
@ -76,7 +76,7 @@ const stopDrag = () => {
|
|||
>
|
||||
<div
|
||||
@mousedown="startDrag"
|
||||
class="bg-gray-700 p-2 cursor-move flex justify-between items-center flex-shrink-0 text-white"
|
||||
class="bg-gray-700 p-2 cursor-move flex justify-between items-center flex-shrink-0 text-white z-[50]"
|
||||
>
|
||||
<h3 class="font-semibold text-white">{{ title }}</h3>
|
||||
<div class="flex flex-row gap-1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue