瀏覽代碼

Fixed: Broken CSS in sticky toolbar view test after merging ckeditor5-ui-default into ckeditor5-ui.

Aleksander Nowodzinski 9 年之前
父節點
當前提交
786fee3a58
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/ckeditor5-ui/tests/manual/stickytoolbarview/stickytoolbarview.html

+ 2 - 1
packages/ckeditor5-ui/tests/manual/stickytoolbarview/stickytoolbarview.html

@@ -1,4 +1,4 @@
-<div class="ck-reset ck-editor position-relative">
+<div class="ck-reset ck-editor">
 	<div class="ck-reset_all ck-editor__top">
 	</div>
 	<p class="ck-reset">
@@ -21,6 +21,7 @@
 		max-width: 400px;
 		margin: 5em;
 		background: #ccc;
+		position: relative;
 	}
 
 	.ck-toolbar {