mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Change all remaining modals to be scrollable (#976)
* Change all remaining modals to be scrollable * Fix password-generator-history and two-factor-options not using modal-body * Remove modal-dialog-scrollable on two-factor-setup components
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="modal fade" tabindex="-1" role="dialog" aria-modal="true" aria-labelledby="userAddEditTitle">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate>
|
||||
<div class="modal-header">
|
||||
<h2 class="modal-title" id="userAddEditTitle">
|
||||
|
||||
Reference in New Issue
Block a user