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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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%)

View File

@@ -20,6 +20,6 @@
"font-awesome": "fontawesome#^4.6.3",
"d3": "~3.5.0",
"isMobile": "0.4.0",
"select2": "4.0.1"
"select2": "4.0.2"
}
}