Skip to content

Commit

Permalink
Fix auto scrolling in Chrome (#67)
Browse files Browse the repository at this point in the history
* Changed display style of lastinput span

* Build commit
  • Loading branch information
MarcCote authored and curiousdannii committed Sep 25, 2019
1 parent 8cd1810 commit 736aea8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/gnusto.debug.js
Expand Up @@ -3,7 +3,7 @@
Gnusto
======
Built: 2019-09-16
Built: 2019-09-25
Copyright (c) 2003-2019 The Gnusto Contributors
GNU GPL licenced
Expand Down
2 changes: 1 addition & 1 deletion lib/gnusto.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/parchment-for-inform7.zip
Binary file not shown.
9 changes: 7 additions & 2 deletions lib/parchment.debug.css
Expand Up @@ -3,7 +3,7 @@
Parchment
=========
Built: 2019-09-16
Built: 2019-09-25
Copyright (c) 2008-2019 The Parchment Contributors
BSD licenced
Expand Down Expand Up @@ -96,7 +96,7 @@ body
padding: 10px;
margin: 10px;
}
/*
/*
StructIO styles
===============
Expand Down Expand Up @@ -124,6 +124,11 @@ https://github.com/curiousdannii/parchment
padding: 0;
}

.lastinput
{
display: inline-block;
}

/* Character input (to be added to the above) */
.CharInput
{
Expand Down
2 changes: 1 addition & 1 deletion lib/parchment.debug.js
Expand Up @@ -3,7 +3,7 @@
Parchment
=========
Built: 2019-09-16
Built: 2019-09-25
Copyright (c) 2008-2019 The Parchment Contributors
BSD licenced
Expand Down
4 changes: 2 additions & 2 deletions lib/parchment.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/parchment.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion src/structio/structio.css
@@ -1,4 +1,4 @@
/*
/*
StructIO styles
===============
Expand Down Expand Up @@ -26,6 +26,11 @@ https://github.com/curiousdannii/parchment
padding: 0;
}

.lastinput
{
display: inline-block;
}

/* Character input (to be added to the above) */
.CharInput
{
Expand Down

0 comments on commit 736aea8

Please sign in to comment.