Fix zindex of popup on mobile (#3890)

Fixes #3506. Credit to @Teranode
This commit is contained in:
Teranode 2018-11-23 01:52:45 -05:00 committed by Luke Towers
parent 852ea7d8d8
commit 900753db52
3 changed files with 4 additions and 3 deletions

View File

@ -256,7 +256,7 @@ body.dropdown-open {
right: 0!important;
bottom: 0!important;
left: 0!important;
z-index: @zindex-modal-background;
z-index: @zindex-dropdown;
.dropdown-container {
padding: 10px;
@ -297,4 +297,4 @@ body.dropdown-open {
}
}
}
}
}

View File

@ -17,7 +17,7 @@
<?= e(trans('system::lang.plugins.select_label')) ?>
</button>
<ul class="dropdown-menu" data-dropdown-title="<?= e(trans('rainlab.user::lang.users.bulk_actions')) ?>">
<ul class="dropdown-menu" data-dropdown-title="<?= e(trans('system::lang.plugins.bulk_actions_label')) ?>">
<li>
<a href="javascript:;" class="oc-icon-pause"
data-request="onBulkAction"

View File

@ -111,6 +111,7 @@ return [
'plugin_label' => 'Plugin',
'unknown_plugin' => 'Plugin has been removed from the file system.',
'select_label' => 'Select Action...',
'bulk_actions_label' => 'Bulk actions',
'check_yes' => 'Yes',
'check_no' => 'No',
'unfrozen' => 'Updates Enabled',