1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-25 10:25:36 +02:00

[PM-2104] Resolve dialog defects (#5357)

This commit is contained in:
Oscar Hinton 2023-05-04 13:52:08 +02:00 committed by GitHub
parent 4922d8014b
commit c2278c082c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<bit-dialog dialogSize="small">
<bit-dialog>
<span bitDialogTitle>
{{ "importSuccess" | i18n }}
</span>

View File

@ -259,6 +259,7 @@ $ng-dropdown-shadow: rgb(var(--color-secondary-100)) !default;
}
.ng-dropdown-panel {
z-index: 2050 !important;
background-color: $ng-select-dropdown-bg;
border: 1px solid $ng-select-dropdown-border;
box-shadow: 0 1px 0 $ng-dropdown-shadow;