Skip to content

Commit

Permalink
[FIX] Folders: fixing unable to set draft folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Baraka24 committed Apr 21, 2024
1 parent 8530d38 commit 4d89e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imap_folders/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ protected function output() {
<a href="#" class="select_draft_folder">'.$this->trans('Select Folder').'</a>:
<span class="selected_draft"></span>
</div>
<ul class="folders draft_folder_select">
<ul class="folders draft_folder_select" style="z-index : 10">
<li class="draft_title">
<a href="#" class="close">'.$this->trans('Cancel').'</a>
</li>
Expand Down

0 comments on commit 4d89e8a

Please sign in to comment.