mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-20 16:07:45 +01:00
[PM-12776] Draggable Items within a dialog (#11396)
* increase z-index `cdk-drag-preview` so it displays on top of modals/dialogs when draggable elements are within them * update comment overlay z-index and add ticket number * update comment
This commit is contained in:
parent
35ff7d49b3
commit
e2275ad0bc
@ -222,10 +222,11 @@ summary.tw-list-none::-webkit-details-marker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bootstrap uses z-index: 1050 for modals, dialogs should appear above them.
|
* Bootstrap uses z-index: 1050 for modals, dialogs and drag-and-drop previews should appear above them.
|
||||||
* Remove once bootstrap is removed from our codebase.
|
* When bootstrap is removed, test if these styles are still needed and that overlays display properly over other content.
|
||||||
* CL-XYZ
|
* CL-483
|
||||||
*/
|
*/
|
||||||
|
.cdk-drag-preview,
|
||||||
.cdk-overlay-container,
|
.cdk-overlay-container,
|
||||||
.cdk-global-overlay-wrapper,
|
.cdk-global-overlay-wrapper,
|
||||||
.cdk-overlay-connected-position-bounding-box,
|
.cdk-overlay-connected-position-bounding-box,
|
||||||
|
Loading…
Reference in New Issue
Block a user