better CSS class handling

This commit is contained in:
Fabian Jakobs 2010-04-21 16:27:23 +02:00
commit 09a09e8ac2
5 changed files with 34 additions and 9 deletions

View file

@ -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;