Skip to content

Commit

Permalink
fix(search): fix z index issue for search and call window
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed May 9, 2022
1 parent cae6f72 commit 8ce17ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/views/chat/search/result/Result.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
width: 80%;
top: @toolbar-height - 9rem;
border: @light-border !important;
z-index: @base-z-index + 3;
z-index: @base-z-index + 13;
font-size: @text-size;

&-header {
Expand Down

0 comments on commit 8ce17ee

Please sign in to comment.