mirror of
https://github.com/bitwarden/web
synced 2025-12-17 08:43:14 +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="apiKeyTitle">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate>
|
||||
<div class="modal-header">
|
||||
<h2 class="modal-title" id="apiKeyTitle">{{apiKeyTitle | i18n}}</h2>
|
||||
|
||||
Reference in New Issue
Block a user