Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #415 from ckeditor/t/412
Browse files Browse the repository at this point in the history
Internal: Introduced relative `z-index` values. Closes #412.
  • Loading branch information
oleq committed Jun 29, 2018
2 parents 0ed2b79 + a53d4b4 commit a44c67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/globals/_zindex.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

:root {
--ck-z-default: 1;
--ck-z-modal: 999;
--ck-z-modal: calc( var(--ck-z-default) + 999 );
}

0 comments on commit a44c67c

Please sign in to comment.