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;