Skip to content

Commit

Permalink
fix mobilew view dropdown issue (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
glowingjade authored Oct 12, 2024
1 parent f36d5a3 commit 0ea5a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ button:not(.clickable-icon).smtcmp-chat-list-dropdown {
}

.smtcmp-typeahead-popover {
z-index: 1000;
background: var(--background-primary);
box-shadow: var(--shadow-s);
border-radius: var(--radius-m);
Expand Down Expand Up @@ -307,6 +308,7 @@ button:not(.clickable-icon).smtcmp-chat-list-dropdown {
}

.smtcmp-chat-list-dropdown-content {
z-index: 1000;
max-height: 300px;
overflow-y: auto;
background-color: var(--background-primary);
Expand Down

0 comments on commit 0ea5a7b

Please sign in to comment.