diff --git a/components/interactables/Select/Select.less b/components/interactables/Select/Select.less index 0036ac5b91..54562e4205 100644 --- a/components/interactables/Select/Select.less +++ b/components/interactables/Select/Select.less @@ -41,7 +41,7 @@ .items { color: #fff; overflow: hidden; - position: absolute; + position: fixed; background: @semitransparent-dark-gradient; border-radius: @corner-rounding; border: @light-border; diff --git a/components/tailored/settings/pages/profile/Profile.less b/components/tailored/settings/pages/profile/Profile.less index 5c6eda854a..bf2254a4f6 100644 --- a/components/tailored/settings/pages/profile/Profile.less +++ b/components/tailored/settings/pages/profile/Profile.less @@ -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 {