Merge pull request #218 from ing-bank/fix/globalOverlayScroll
fix(overlays): global overlays have fixed positioning context
This commit is contained in:
commit
32011c95d3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { css } from '@lion/core';
|
||||||
|
|
||||||
export const globalOverlaysStyle = css`
|
export const globalOverlaysStyle = css`
|
||||||
.global-overlays {
|
.global-overlays {
|
||||||
position: relative;
|
position: fixed;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue