Skip to content

Commit

Permalink
Rescued back buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Aug 16, 2017
1 parent 0e1c652 commit 76b10f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Turtle-Browser",
"version": "0.3.6",
"version": "0.3.7",
"description": "A memory efficient and minimalist browser.",
"main": "src\\main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ html,body{
color: rgb(230,230,230);
z-index: 5;
overflow-x: scroll;
position: relative;

}
#searchMatch{
Expand Down

0 comments on commit 76b10f2

Please sign in to comment.