stickytoolbar.scss 311 B

1234567891011121314
  1. // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  2. // For licensing, see LICENSE.md or http://ckeditor.com/license
  3. @include ck-editor {
  4. .ck-toolbar.ck-toolbar_sticky {
  5. position: fixed;
  6. top: 0;
  7. &.ck-toolbar_sticky_bottom-limit {
  8. top: auto;
  9. position: absolute;
  10. }
  11. }
  12. }