mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
[PM-4433] fix scrolling in browser importer (#6681)
This commit is contained in:
parent
c3e56152cd
commit
bf1016f1fd
@ -15,10 +15,12 @@
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
<div tabindex="-1" class="tw-p-4">
|
||||
<tools-import
|
||||
(formDisabled)="this.disabled = $event"
|
||||
(formLoading)="this.loading = $event"
|
||||
(onSuccessfulImport)="this.onSuccessfulImport($event)"
|
||||
></tools-import>
|
||||
</div>
|
||||
<main tabindex="-1">
|
||||
<div class="tw-p-4">
|
||||
<tools-import
|
||||
(formDisabled)="this.disabled = $event"
|
||||
(formLoading)="this.loading = $event"
|
||||
(onSuccessfulImport)="this.onSuccessfulImport($event)"
|
||||
></tools-import>
|
||||
</div>
|
||||
</main>
|
||||
|
Loading…
Reference in New Issue
Block a user