Skip to content

Commit

Permalink
Change the z-index of more option
Browse files Browse the repository at this point in the history
[Issue] #1151
[Problem] More option button does not click when using with arclistview
[Solution] Modify the order of the more option using z-index

Signed-off-by: Hunseop Jeong <hs85.jeong@samsung.com>
  • Loading branch information
HunseopJeong authored and singa2000 committed Jul 2, 2020
1 parent 9a32e61 commit 52564cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ body {
border: 0 none;
padding: 0;
text-indent: -9999px;
z-index: 5;
&::before {
content: "";
position: absolute;
Expand Down

0 comments on commit 52564cc

Please sign in to comment.