mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
[PM-2104] Resolve dialog defects (#5357)
This commit is contained in:
parent
4922d8014b
commit
c2278c082c
@ -1,4 +1,4 @@
|
||||
<bit-dialog dialogSize="small">
|
||||
<bit-dialog>
|
||||
<span bitDialogTitle>
|
||||
{{ "importSuccess" | i18n }}
|
||||
</span>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user