init
This commit is contained in:
17
public/tinymce/skins/lightgray/AbsoluteLayout.less
Normal file
17
public/tinymce/skins/lightgray/AbsoluteLayout.less
Normal file
@@ -0,0 +1,17 @@
|
||||
// AbsoluteLayout
|
||||
|
||||
.mce-abs-layout {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
body .mce-abs-layout-item, .mce-abs-end {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.mce-abs-end {
|
||||
width: 1px; height: 1px;
|
||||
}
|
||||
|
||||
.mce-container-body.mce-abs-layout {
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user