better CSS class handling
This commit is contained in:
parent
99ad78d13c
commit
09a09e8ac2
5 changed files with 34 additions and 9 deletions
|
|
@ -15,14 +15,14 @@
|
|||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.editor .scrollbar {
|
||||
.editor .sb {
|
||||
position: absolute;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.editor .scrollbar div {
|
||||
.editor .sb div {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
left: -10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue