Use overflow:auto for scrolling styles, fixes #12
This commit is contained in:
parent
392cab1b1c
commit
cc8fdc7370
@ -91,7 +91,7 @@
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 130px;
|
bottom: 130px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.table-information {
|
#sidebar div.table-information {
|
||||||
@ -102,7 +102,7 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
height: 130px;
|
height: 130px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar div.table-information ul {
|
#sidebar div.table-information ul {
|
||||||
@ -136,7 +136,7 @@
|
|||||||
left: 250px;
|
left: 250px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
@ -203,7 +203,7 @@
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#output.full {
|
#output.full {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user