mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
mvc: dialogs - make sure selectpickers can break out of modal.
After implementing 1c8639c338, the overlay got more problematic. pinning the select to body makes it overlay inside modals.
This commit is contained in:
parent
0f73da02ad
commit
3a57584325
@ -79,6 +79,7 @@
|
||||
data-size="{{size|default(10)}}"
|
||||
id="{{ id }}"
|
||||
class="{{style|default('selectpicker')}}"
|
||||
data-container="body"
|
||||
{% if hint|default(false) %}data-hint="{{hint}}"{% endif %}
|
||||
data-width="{{width|default("346px")}}"
|
||||
data-allownew="{{allownew|default("false")}}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user