Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
#25614 Updated mx_Field select
Browse files Browse the repository at this point in the history
  • Loading branch information
ABHIXIT2 committed Sep 9, 2023
1 parent 4bcac89 commit 77019dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/structures/_TabbedView.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ limitations under the License.

.mx_TabbedView_tabPanelContent {
flex-grow: 1;
overflow: auto;
overflow-y: auto;
min-height: 0; /* firefox */
}
2 changes: 2 additions & 0 deletions res/css/views/elements/_Field.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ limitations under the License.
.mx_Field select {
-moz-appearance: none;
-webkit-appearance: none;
width: 0;
padding-right: 1.75rem;
}

/* Can't add pseudo-elements to a select directly, so we use its parent. */
Expand Down

0 comments on commit 77019dd

Please sign in to comment.