-
- <abp-button button-type="Primary" data-toggle="modal" data-target="#myModal">Launch modal</abp-button>
-
- <abp-modal centered="true" size="Large" id="myModal">
- <abp-modal-header title="Modal title"></abp-modal-header>
- <abp-modal-body>
- Woohoo, you're reading this text in a modal!
- </abp-modal-body>
- <abp-modal-footer buttons="@(AbpModalButtons.Save|AbpModalButtons.Close)"></abp-modal-footer>
- </abp-modal>
+
+ <abp-button button-type="Primary" data-toggle="modal" data-target="#myModal">Launch modal</abp-button>
+
+ <abp-modal centered="true" scrollable="true" size="Large" id="myModal">
+ <abp-modal-header title="Modal title"></abp-modal-header>
+ <abp-modal-body>
+ Woohoo, you're reading this text in a modal!
+ </abp-modal-body>
+ <abp-modal-footer buttons="@(AbpModalButtons.Save|AbpModalButtons.Close)"></abp-modal-footer>
+ </abp-modal>