Skip to content

Commit

Permalink
fix: error to close CreatePoll modal by clicking sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Silver-IT committed Feb 13, 2024
1 parent b29d8dd commit e464793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/views/containers/chatroom/CreatePoll.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default {
height: 0;
pointer-events: none;
overflow: hidden;
z-index: $zindex-modal;
z-index: $zindex-modal + 1;
&.is-active {
pointer-events: initial;
Expand Down

0 comments on commit e464793

Please sign in to comment.