From ff9c85b63344052fc11be5c3e31b3d216e981376 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 25 Jul 2017 16:33:41 +0200 Subject: [PATCH] Fix: The toolbar should never hide underneath the edited content. Closes #62. --- theme/theme.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/theme.scss b/theme/theme.scss index c921473..27d1f92 100644 --- a/theme/theme.scss +++ b/theme/theme.scss @@ -16,6 +16,9 @@ border-top: 0; border-left: 0; border-right: 0; + + // https://github.com/ckeditor/ckeditor5-editor-classic/issues/62 + z-index: ck-z( 'modal' ); } }