Change select2 version to avoid position issue

This commit is contained in:
Frederic Guillot
2016-09-04 15:12:36 -04:00
parent 8ee699c8bf
commit f9bca15b0b
5 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
position: fixed
width: 950px
max-width: 95%
max-height: calc(100% - 100px)
max-height: calc(100% - 50px)
top: 5%
left: 50%
transform: translate(-50%, -5%)