Skip to content

Commit

Permalink
feat: sticky feedback component (#1610)
Browse files Browse the repository at this point in the history
* feat: sticky feedback

* chore(release): [email protected]
  • Loading branch information
melissag-ensemble authored Aug 9, 2024
1 parent 890dfd5 commit 8dcbc9e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/gatsby-theme-aio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.14.9](https://github.com/adobe/aio-theme/compare/@adobe/[email protected]..@adobe/[email protected]) (2024-08-09)

### Features
* **DEVSITE-1070:** Sticky feedback component [285a739](https://github.com/adobe/aio-theme/commit/285a7397f63c6218dc0a73bda93f753fe23af865)

## [4.14.8](https://github.com/adobe/aio-theme/compare/@adobe/[email protected]..@adobe/[email protected]) (2024-08-07)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/gatsby-theme-aio",
"version": "4.14.8",
"version": "4.14.9",
"description": "The Adobe I/O theme for building markdown powered sites",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
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 8dcbc9e

Please sign in to comment.