mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-12 09:40:21 +00:00
fix z values in discoverContent
This commit is contained in:
parent
f371c0d5fe
commit
f5e6dc83d5
1 changed files with 3 additions and 3 deletions
|
|
@ -1061,7 +1061,7 @@ export function DiscoverContent() {
|
|||
)}
|
||||
<div
|
||||
id="button-carousel-providers"
|
||||
className="flex lg:px-4 mb-4 overflow-x-auto scroll-smooth z-40"
|
||||
className="flex lg:px-4 mb-4 overflow-x-auto scroll-smooth"
|
||||
style={{
|
||||
scrollbarWidth: "thin",
|
||||
scrollbarColor: "transparent transparent",
|
||||
|
|
@ -1108,7 +1108,7 @@ export function DiscoverContent() {
|
|||
)}
|
||||
<div
|
||||
id="button-carousel-tv-providers"
|
||||
className="flex lg:px-4 mb-4 overflow-x-auto scroll-smooth z-40"
|
||||
className="flex lg:px-4 mb-4 overflow-x-auto scroll-smooth"
|
||||
style={{
|
||||
scrollbarWidth: "thin",
|
||||
scrollbarColor: "transparent transparent",
|
||||
|
|
@ -1124,7 +1124,7 @@ export function DiscoverContent() {
|
|||
</div>
|
||||
)}
|
||||
</div>
|
||||
<div className="flex mb-4 overflow-x-auto">
|
||||
<div className="flex mb-4 overflow-x-auto z-30">
|
||||
<div className="">{renderScrollButton("tvshows", "left")}</div>
|
||||
<div
|
||||
id="button-carousel-tvshows"
|
||||
|
|
|
|||
Loading…
Reference in a new issue