Skip to content

Commit

Permalink
[ITDEVESP-1048] Select z-index fix
Browse files Browse the repository at this point in the history
Change-Id: Ie34e574145af83cef00bd81852326acaed96762a
  • Loading branch information
Adrian Bednarz committed Apr 1, 2019
1 parent 126933a commit d2bf1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/client/stylesheets/graph.styl
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ modalContent(modalBkgColor,warningColor,modalLabelTextColor,testResultsColor,mod
&.marked
border 2px solid markColor
&.node-value-select
z-index: 2
.node-value-select__control
background-color modalInputBkgColor
border: 0
Expand All @@ -255,6 +254,7 @@ modalContent(modalBkgColor,warningColor,modalLabelTextColor,testResultsColor,mod
background-color modalInputBkgColor
color modalInputTextColor
.node-value-select__menu
z-index: 2
border-radius: 0
border-bottom: 1px solid gray;
.node-value-select__menu-list
Expand Down

0 comments on commit d2bf1a3

Please sign in to comment.