Skip to content

Commit

Permalink
fix: prevent margins from blocking inputs
Browse files Browse the repository at this point in the history
- margin can block inputs on the background page
- fix: remove margin, compensate by increasing position from the bottom
  • Loading branch information
DCH25 committed Jan 23, 2024
1 parent b904160 commit 0cf4cfb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flex-direction: column;
position: fixed;
z-index: 999999;
bottom: 8px;
bottom: 43px;
right: 0px;
transition: max-width 0.1s ease-in-out;

Expand All @@ -32,7 +32,6 @@

.astral-position {
margin-right: -4px;
margin-bottom: 35px;
}

.icon-background {
Expand Down

0 comments on commit 0cf4cfb

Please sign in to comment.