Skip to content

Commit

Permalink
chore: added comment for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
Silver-IT committed Feb 13, 2024
1 parent e464793 commit a3e4714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/views/containers/chatroom/CreatePoll.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ export default {
height: 0;
pointer-events: none;
overflow: hidden;
// NOTE: z-index should be bigger than the one of sidebar
// because CreatePool modal is rendered before the sidebar
// REF: https://github.com/okTurtles/group-income/issues/1843
z-index: $zindex-modal + 1;
&.is-active {
Expand Down

0 comments on commit a3e4714

Please sign in to comment.