Add forgotten css overflow:scroll to scrollbars
This commit is contained in:
parent
8ecc94a181
commit
5affb58e40
1 changed files with 2 additions and 2 deletions
|
|
@ -111,12 +111,12 @@
|
|||
|
||||
.ace_scrollbar-v{
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
overflow-y: scroll;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.ace_scrollbar-h {
|
||||
overflow-x: auto;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
left: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue