fix(overlays): global overlays have fixed positioning context
This commit is contained in:
parent
235bfb62d4
commit
6bee300bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { css } from '@lion/core';
|
|||
|
||||
export const globalOverlaysStyle = css`
|
||||
.global-overlays {
|
||||
position: relative;
|
||||
position: fixed;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue