Skip to content

Commit

Permalink
Merge pull request #270 from mobi/chore_z_index_for_load_screen
Browse files Browse the repository at this point in the history
Add z-index for load screens
  • Loading branch information
jaredami authored Oct 14, 2019
2 parents a99b4e3 + c968d05 commit 2668e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ body {
overflow: hidden;
position: absolute;
width: 100%;
z-index: z-index(loading-screen);
}
1 change: 1 addition & 0 deletions projects/go-lib/src/styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $z-index: (
off-canvas: 300,
modal: 400,
toaster: 500,
loading-screen: 600,
);

@function z-index($key) {
Expand Down

0 comments on commit 2668e0a

Please sign in to comment.