]> BookStack Code Mirror - bookstack/blob - resources/assets/sass/_tinymce.scss
9c7c398cf90dd331e6394094a0d0c9882be4d300
[bookstack] / resources / assets / sass / _tinymce.scss
1
2 //.mce-container {
3 //  .mce-menubar, .mce-toolbar-grp {
4 //    position: fixed;
5 //    width: 100%;
6 //  }
7 //  .mce-container-body {
8 //    position: relative;
9 //    overflow: hidden;
10 //    display: block;
11 //  }
12 //}
13
14 .mce-tinymce.mce-container.fullscreen {
15   position: fixed;
16   top: 0;
17   height: 100%;
18   width: 825px;
19   max-width: 100%;
20   margin-left: -$-s;
21   box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
22 }