1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +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

@@ -6,12 +6,6 @@
margin: 0;
}
html {
&.cdk-global-scrollblock {
position: unset;
}
}
html,
body {
font-family: $font-family-sans-serif;