diff --git a/src/style/mobile-select.less b/src/style/mobile-select.less index 4e9451a..23d0862 100644 --- a/src/style/mobile-select.less +++ b/src/style/mobile-select.less @@ -17,12 +17,17 @@ } .ms-mobile-select { - position: relative; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; z-index: 0; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.4s, z-index 0.4s; transition: opacity 0.4s, z-index 0.4s; + transform: translate(0, 0); * { margin: 0; padding: 0;