Browse Source

Merge pull request #415 from ckeditor/t/412

Internal: Introduced relative `z-index` values. Closes #412.
Aleksander Nowodzinski 7 years ago
parent
commit
1e5488ab48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-ui/theme/globals/_zindex.css

+ 1 - 1
packages/ckeditor5-ui/theme/globals/_zindex.css

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