Skip to content

Commit

Permalink
Made reference filter bar sticky and added some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhihattar committed May 22, 2024
1 parent c06e0a7 commit 5414eb2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/src/components/Reference/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,25 @@
.input {
width: 100%;
position: sticky;
top: 0;
top: 60px;
display: flex;
justify-content: space-between;
align-items: center;
flex-grow: 1;
gap: 10px;
padding: 5px 5px;
height: 80px;
background-color: #FFFFFF;
}

.search input {
flex-grow: 1;
font-size: 1.2em;
padding: 0.2em 0.4em;
height: 40px;
border: 1px solid #ccc;
border-radius: 2px;
width: 50px;
}
.search h2, .search input {
font-family: monospace;
Expand Down

0 comments on commit 5414eb2

Please sign in to comment.