[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:
parent
21c4f3576f
commit
a5defbb564
|
@ -6,6 +6,12 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
&.cdk-global-scrollblock {
|
||||
position: unset;
|
||||
}
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font-family: $font-family-sans-serif;
|
||||
|
|
Loading…
Reference in New Issue