UNPKG
@kukejs/kkeditor-full-screen
Version:
latest (0.0.22)
0.0.22
0.0.21
0.0.20
基于 ckeditor 的编辑器全屏功能
@kukejs/kkeditor-full-screen
/
theme
/
index.css
8 lines
•
123 B
CSS
View Raw
1
2
3
4
5
6
7
8
.ck-editor
.kkeditor-full-screen
{
position
: fixed;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100vh
;
z-index
:
100
; }