Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
381ea3ae
Commit
381ea3ae
authored
Dec 02, 2015
by
Aaron Wells
Committed by
Gerrit Code Review
Dec 02, 2015
Browse files
Merge "Bug 1507980: The z-index of select2 is too high"
parents
1be55fe1
20dba659
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/theme/raw/sass/select2.scss
View file @
381ea3ae
...
...
@@ -162,7 +162,7 @@ html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
height
:
auto
;
width
:
auto
;
opacity
:
0
;
z-index
:
99
98
;
z-index
:
99
7
;
/* styles required for IE to work */
background-color
:
#fff
;
filter
:
alpha
(
opacity
=
0
);
...
...
@@ -172,7 +172,7 @@ html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
width
:
100%
;
margin-top
:
-1px
;
position
:
absolute
;
z-index
:
99
99
;
z-index
:
99
8
;
top
:
100%
;
background
:
#fff
;
color
:
#000
;
...
...
@@ -253,7 +253,7 @@ html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
padding-left
:
4px
;
padding-right
:
4px
;
position
:
relative
;
z-index
:
10000
;
z-index
:
999
;
white-space
:
nowrap
;
input
{
width
:
100%
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment