1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

[PM-15975] Prevent dialogs from overlapping interactive top menu bars (#13251)

This commit is contained in:
Vicki League
2025-02-06 13:33:07 -05:00
committed by GitHub
parent 0b5b1b347e
commit b9faf2c9c0
3 changed files with 2 additions and 14 deletions

View File

@@ -14,11 +14,5 @@
>
{{ "clearHistory" | i18n }}
</button>
<!-- FIXME: Remove the close button once the dialog doesn't overlap electron's
drag area.
-->
<button bitButton type="submit" buttonType="secondary" (click)="close()">
{{ "close" | i18n }}
</button>
</ng-container>
</bit-dialog>