Merge pull request #218 from ing-bank/fix/globalOverlayScroll

fix(overlays): global overlays have fixed positioning context
This commit is contained in:
Thijs Louisse 2019-08-01 15:01:11 +02:00 committed by GitHub
commit 32011c95d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ import { css } from '@lion/core';
export const globalOverlaysStyle = css`
.global-overlays {
position: relative;
position: fixed;
z-index: 200;
}