Skip to content

Commit

Permalink
Change position to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Abou1205 committed Jul 24, 2024
1 parent afc02b9 commit d643435
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/widgets/Chat/SuggestionsOverlay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ const SuggestionsOverlay = ({ onSuggestionClick, loading, chat, error }) => {
display: "flex",
flexWrap: "wrap",
justifyContent: "center",
position: "absolute",
bottom: { xs: "15%", sm: "15%" },
position: "relative",
width: "100%",
padding: "10px",
}}
Expand Down

0 comments on commit d643435

Please sign in to comment.