Add vertical scroll bar
This commit is contained in:
parent
150db75d03
commit
9b562231a4
6 changed files with 95 additions and 18 deletions
|
|
@ -15,6 +15,19 @@
|
|||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.editor .scrollbar {
|
||||
position: absolute;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.editor .scrollbar div {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
left: -10px;
|
||||
}
|
||||
|
||||
.layer {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue