1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

[CL-192][CL-193] fix virtual scroll (#7986)

* [CL-192] use sticky sidebar instead of static; remove main screen height

* [CL-193] patch cdk dialog scroll block
This commit is contained in:
Will Martin
2024-02-19 08:52:42 -05:00
committed by GitHub
parent 1f8e6ea6f8
commit cbcd5d9747
3 changed files with 8 additions and 8 deletions

View File

@@ -200,3 +200,9 @@ summary.tw-list-none::-webkit-details-marker {
.cdk-overlay-pane {
z-index: 2000 !important;
}
.cdk-global-scrollblock {
position: unset;
height: 100%;
overflow: hidden;
}