mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-12 11:30:23 +00:00
Add more padding above the scrollbar
This commit is contained in:
parent
1b72519cfa
commit
4df0b6d8f4
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ export function Discover() {
|
|||
</h2>
|
||||
<div
|
||||
id={`carousel-${categorySlug}`}
|
||||
className="flex whitespace-nowrap overflow-auto rounded-xl"
|
||||
className="flex whitespace-nowrap pt-3 overflow-auto rounded-xl"
|
||||
style={{
|
||||
scrollbarWidth: "thin",
|
||||
// scrollbarColor: `${bgColor} transparent`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue