File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
components/ReferenceDirectoryWithFilter Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export const ReferenceDirectoryWithFilter = ({
173
173
return (
174
174
< div >
175
175
< div class = "h-0 overflow-visible" >
176
- < div class = "content-grid-simple absolute -top-0 -left-0 -right-0 h-[75px] border-b border-sidebar-type-color bg-accent-color px-5 pb-lg md:px-lg " >
176
+ < div class = "content-grid-simple absolute -top-[75px] -left-0 -right-0 h-[75px] border-b border-sidebar-type-color bg-accent-color px-5 pb-lg md:px-lg " >
177
177
< div class = "text-body col-span-2 flex w-full max-w-[750px] border-b border-accent-type-color text-accent-type-color" >
178
178
< input
179
179
type = "text"
Original file line number Diff line number Diff line change @@ -3,10 +3,4 @@ slug: reference
3
3
title : Reference
4
4
---
5
5
6
-
7
- { /* Most pages don't need this, but the reference page has a Filter thing that
8
- sticks out 75px from the header. This is a little hack to push everything down
9
- by that much so nothing gets cut off. */ }
10
- <div class = " h-[75px]" />
11
-
12
6
Looking for p5.sound? Go to the <a href = " https://archive.p5js.org/reference/#/libraries/p5.sound" >p5.sound reference</a >!
You can’t perform that action at this time.
0 commit comments