Skip to content

Commit

Permalink
AI Assistant: fix bottom padding issue (#34519)
Browse files Browse the repository at this point in the history
* fix bottom padding by using bottom directive for sticky positioning

* add changelog entry

* remove unnecessary directive
  • Loading branch information
CGastrell committed Dec 8, 2023
1 parent a2c9687 commit 206c6c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

AI Client: fix bottom padding
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

.jetpack-components-ai-control__container-wrapper {
position: sticky;
bottom: 0;
padding-bottom: 16px;
bottom: 16px;
}

.jetpack-components-ai-control__container {
Expand Down

0 comments on commit 206c6c5

Please sign in to comment.