1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00: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
2 changed files with 2 additions and 1 deletions

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;