Skip to content

Commit

Permalink
feat: sticky feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
melissag-ensemble committed Aug 9, 2024
1 parent 890dfd5 commit 285a739
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/gatsby-theme-aio/src/components/MDXFilter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,13 @@ export default ({ children, pageContext, query }) => {
align-items: center;
justify-content: space-between;
margin-bottom: var(--spectrum-global-dimension-size-200);
position: sticky;
bottom: 3px;
background: white;
border: 1px solid;
border-color: lightgray;
border-radius: 4px;
padding: .75rem;
`}>
<div>
<Contributors
Expand Down

0 comments on commit 285a739

Please sign in to comment.