[PM-3894] fix popover size when dialog is open and Chrome is zoomed (#6294)

* fix popover position, size, cdk-global-scrollblock
This commit is contained in:
Will Martin 2023-09-15 08:30:41 -04:00 committed by GitHub
parent 21c4f3576f
commit a5defbb564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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