ui fix
This commit is contained in:
parent
9159001704
commit
f5182c5966
@ -3241,13 +3241,13 @@ const handleKeyDown = (event) => {
|
|||||||
></label>
|
></label>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="modal-box relative z-20 mx-2 min-h-[30vh] h-[800px] rounded bg-default opacity-100 border border-gray-600 bp:mx-3 sm:mx-4 w-full max-w-6xl overflow-y-auto"
|
class="modal-box relative bg-primary z-20 mx-2 min-h-[30vh] h-[800px] rounded bg-default opacity-100 border border-gray-600 bp:mx-3 sm:mx-4 w-full max-w-6xl overflow-y-auto"
|
||||||
>
|
>
|
||||||
<div class="relative flex flex-col w-full">
|
<div class="relative flex flex-col w-full">
|
||||||
<!-- Sticky Header -->
|
<!-- Sticky Header -->
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="fixed w-full h-fit sticky -top-6 z-40 bg-[#1D232A] shadow-sm opacity-100 pb-6 pt-5 border-gray-600 border-b"
|
class="fixed w-full h-fit sticky -top-6 z-40 bg-primary shadow-sm opacity-100 pb-6 pt-5 border-gray-600 border-b"
|
||||||
>
|
>
|
||||||
<div class="flex flex-row items-center justify-between mb-2">
|
<div class="flex flex-row items-center justify-between mb-2">
|
||||||
<h2 class="text-white text-[1rem] sm:text-xl font-semibold">
|
<h2 class="text-white text-[1rem] sm:text-xl font-semibold">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user