mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-02-05 19:33:15 +01:00
ckeditor heihgt adaption
This commit is contained in:
parent
ea5a0df117
commit
a62da13127
1 changed files with 2 additions and 1 deletions
|
@ -6,11 +6,12 @@ html {
|
|||
}
|
||||
|
||||
#ckeditor_wrap {
|
||||
display: block;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: -220px;
|
||||
width: 220px;
|
||||
height: fit-content;
|
||||
display: inline-block;
|
||||
top: 0;
|
||||
z-index: 10000; /* to be above full screen editing of ckeditor */
|
||||
background: #eee;
|
||||
|
|
Loading…
Reference in a new issue