Add vertical scroll bar

This commit is contained in:
Fabian Jakobs 2010-04-20 16:48:08 +02:00
commit 9b562231a4
6 changed files with 95 additions and 18 deletions

View file

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