From 76b10f2b68ddad96075438169cbd79727c216e20 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 16 Aug 2017 09:26:31 -0400 Subject: [PATCH] Rescued back buttons --- package.json | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bd1af0a..a3318f7 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/style.css b/style.css index 62b4b19..fb46aec 100644 --- a/style.css +++ b/style.css @@ -75,6 +75,7 @@ html,body{ color: rgb(230,230,230); z-index: 5; overflow-x: scroll; + position: relative; } #searchMatch{