Bladeren bron

Updated StickyPanelView styles to match the new structure of the component.

Aleksander Nowodzinski 8 jaren geleden
bovenliggende
commit
e4d469036c
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      packages/ckeditor5-ui/theme/components/panel/stickypanel.scss

+ 2 - 2
packages/ckeditor5-ui/theme/components/panel/stickypanel.scss

@@ -3,12 +3,12 @@
 
 @include ck-editor {
 	.ck-sticky-panel {
-		&.ck-sticky-panel_sticky {
+		.ck-sticky-panel__content_sticky {
 			z-index: ck-z( 'modal' ); // #315
 			position: fixed;
 			top: 0;
 
-			&.ck-sticky-panel_sticky_bottom-limit {
+			&_bottom-limit {
 				top: auto;
 				position: absolute;
 			}