mirror of
https://github.com/sussy-code/smov.git
synced 2026-05-10 03:50:32 +00:00
undo category header z index change
This commit is contained in:
parent
f38dd19a68
commit
648ce6244c
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ export function MediaCarousel({
|
|||
|
||||
return (
|
||||
<>
|
||||
<h2 className="ml-2 md:ml-8 mt-2 text-2xl cursor-default font-bold text-white md:text-2xl mx-auto pl-5 text-balance z-[99]">
|
||||
<h2 className="ml-2 md:ml-8 mt-2 text-2xl cursor-default font-bold text-white md:text-2xl mx-auto pl-5 text-balance">
|
||||
{displayCategory}
|
||||
</h2>
|
||||
<div className="relative overflow-hidden carousel-container">
|
||||
|
|
|
|||
Loading…
Reference in a new issue