Skip to content

Commit

Permalink
fix scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 3, 2018
1 parent 63660ff commit 636452b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.12.1
* fix minified css file + fix scrollbar

## 1.12.0

### Features
Expand Down
6 changes: 1 addition & 5 deletions css/jquery.terminal-1.12.1.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2018 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Sat, 03 Mar 2018 21:33:55 +0000
* Date: Sat, 03 Mar 2018 21:47:01 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down Expand Up @@ -74,10 +74,6 @@ body.terminal {
min-height: 100vh;
margin: 0;
}
.terminal > div {
height: 100%;
overflow: hidden;
}
.cmd {
padding: 0;
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal-1.12.1.min.css

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

4 changes: 0 additions & 4 deletions css/jquery.terminal-src.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ body.terminal {
min-height: 100vh;
margin: 0;
}
.terminal > div {
height: 100%;
overflow: hidden;
}
.cmd {
padding: 0;
position: relative;
Expand Down
6 changes: 1 addition & 5 deletions css/jquery.terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2018 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Sat, 03 Mar 2018 21:33:55 +0000
* Date: Sat, 03 Mar 2018 21:47:01 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down Expand Up @@ -74,10 +74,6 @@ body.terminal {
min-height: 100vh;
margin: 0;
}
.terminal > div {
height: 100%;
overflow: hidden;
}
.cmd {
padding: 0;
position: relative;
Expand Down
Loading

0 comments on commit 636452b

Please sign in to comment.