• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • assets
  • sass
  • _tinymce.scss
  • Dan Brown's avatar
    Neated some stock styles · 66dd2978
    66dd2978 Browse Files
    Dan Brown authored 2015-07-21 21:16:26 +0100
_tinymce.scss 403 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

//.mce-container {
//  .mce-menubar, .mce-toolbar-grp {
//    position: fixed;
//    width: 100%;
//  }
//  .mce-container-body {
//    position: relative;
//    overflow: hidden;
//    display: block;
//  }
//}

.mce-tinymce.mce-container.fullscreen {
  position: fixed;
  top: 0;
  height: 100%;
  width: 825px;
  max-width: 100%;
  margin-left: -$-s;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
}