Skip to content

Commit

Permalink
fix(media settings): fix dropdown visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanM3x committed Sep 21, 2021
1 parent 09fa11c commit 8437597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/interactables/Select/Select.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
.items {
color: #fff;
overflow: hidden;
position: absolute;
position: fixed;
background: @semitransparent-dark-gradient;
border-radius: @corner-rounding;
border: @light-border;
Expand Down
2 changes: 1 addition & 1 deletion components/tailored/settings/pages/profile/Profile.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
}
}

@media only screen and (max-width: @mobile-breakpoint) {
@media only screen and (max-width: 1300px) {
.profile-photo-column {
max-width: 75px;
.profile-photo {
Expand Down

0 comments on commit 8437597

Please sign in to comment.