Change select2 version to avoid position issue
This commit is contained in:
@@ -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%)
|
||||
|
||||
Reference in New Issue
Block a user