8
0
فهرست منبع

Moved some sticky toolbar component rules to Wireframe.

Aleksander Nowodzinski 9 سال پیش
والد
کامیت
b916d0589f
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      packages/ckeditor5-theme-lark/theme/components/stickytoolbar.scss

+ 0 - 5
packages/ckeditor5-theme-lark/theme/components/stickytoolbar.scss

@@ -5,13 +5,8 @@
 	.ck-toolbar.ck-toolbar_sticky {
 		@include ck-drop-shadow();
 
-		top: 0;
 		border: 1px solid ck-border-color();
 		border-width: 0 0 1px;
 		background: ck-color( 'foreground' );
-
-		&.ck-toolbar_sticky_bottom-limit {
-			position: absolute;
-		}
 	}
 }