mirror of
https://github.com/geohot/qira
synced 2025-02-14 05:24:09 +03:00
make timeline scrollable
This commit is contained in:
parent
7b48cfd875
commit
411bd8bc5f
@ -105,7 +105,9 @@ $(document).ready(function() {
|
||||
x.moveable(false);
|
||||
x.closeable(false);
|
||||
// scrollable isn't working
|
||||
x.scrollable(false, false)
|
||||
if (x._title != "Timeline") {
|
||||
x.scrollable(false, false)
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user