mirror of
https://github.com/bitwarden/browser
synced 2026-02-20 19:34:03 +00:00
Beta: Windows Native Passkey Provider
This commit is contained in:
@@ -168,6 +168,18 @@
|
||||
text-align: unset;
|
||||
}
|
||||
|
||||
/**
|
||||
* tw-app-region-drag and tw-app-region-no-drag are used for Electron window dragging behavior
|
||||
* These will replace direct -webkit-app-region usage as part of the migration to Tailwind CSS
|
||||
*/
|
||||
.tw-app-region-drag {
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
.tw-app-region-no-drag {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
/**
|
||||
* Bootstrap uses z-index: 1050 for modals, dialogs and drag-and-drop previews should appear above them.
|
||||
* When bootstrap is removed, test if these styles are still needed and that overlays display properly over other content.
|
||||
|
||||
Reference in New Issue
Block a user