Skip to content

Commit

Permalink
Fixes invisible page picker dropdowns (dnnsoftware#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
valadas authored and ohine committed Feb 7, 2019
1 parent 92829a8 commit a30f33c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PagePicker/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
border: 0px;
visibility: hidden;
&.open{
visibility:visible;
}
}
.page-picker-content {
>div {
Expand Down

0 comments on commit a30f33c

Please sign in to comment.