Skip to content

Commit

Permalink
Fix scroll and buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jajibhee committed Feb 28, 2023
1 parent e2c6492 commit d125351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-insects-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@finsweet/docs-theme': patch
---

y
6 changes: 1 addition & 5 deletions src/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ body {
border: 0 !important;
}
.VPButton.medium {
border-radius: 2px !important;
border-radius: 0px !important;
padding: 0 20px !important;
line-height: 38px !important;
font-size: 14px !important;
Expand Down Expand Up @@ -739,10 +739,6 @@ article {
background: #555;
}

/* dropdown link */
aside::-webkit-scrollbar {
display: none;
}
.link:hover {
color: #2d40ea !important;
}
Expand Down

0 comments on commit d125351

Please sign in to comment.