Skip to content

Commit

Permalink
Merge pull request #582 from ozamani9/mobile_feed
Browse files Browse the repository at this point in the history
Fix issue with clicking on items when feedback modal is next the items.
  • Loading branch information
gil0109 authored May 7, 2021
2 parents 15f0d5c + bb2d120 commit 670a413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appointment-frontend/src/components/feedback/Feedback.vue
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,8 @@ $mandatory_star:#ff0000;
.feedback_view_mobile{
position: fixed;
z-index: 5;
left: 5%;
width: 10%;
left: 90%;
bottom: 8.5%;
}
.feedback_view_mobile.feedback_view_expanded_xs{
Expand Down

0 comments on commit 670a413

Please sign in to comment.