File tree Expand file tree Collapse file tree 3 files changed +280
-254
lines changed
bower_components/angular-ui-select/dist Expand file tree Collapse file tree 3 files changed +280
-254
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ angular.module('spinnaker')
12
12
//})
13
13
. config ( function ( uiSelectConfig ) {
14
14
uiSelectConfig . theme = 'select2' ;
15
+ uiSelectConfig . appendToBody = true ;
15
16
} )
16
17
. config ( function ( $tooltipProvider ) {
17
18
$tooltipProvider . options ( {
Original file line number Diff line number Diff line change @@ -944,5 +944,20 @@ body, html {
944
944
}
945
945
946
946
ul .select2-results {
947
- max-height : 300px ;
947
+ max-height : 225px ;
948
+ }
949
+
950
+ .select2-container.input-sm.direction-up {
951
+ .select2-drop-active {
952
+ border-top : 1px solid #5897fb ;
953
+ padding-top : 3px ;
954
+ margin-bottom : 3px ;
955
+ }
956
+ .select2-choice {
957
+ border-bottom-color : #5897fb ;
958
+ }
959
+ }
960
+
961
+ body > .select2-container.open {
962
+ z-index : 10003 ;
948
963
}
You can’t perform that action at this time.
0 commit comments