From cc013b2c4ad592e017a546b80294599fda5f4b89 Mon Sep 17 00:00:00 2001 From: arctdav <32494274+architec@users.noreply.github.com> Date: Tue, 16 Nov 2021 21:24:52 -0500 Subject: [PATCH] #57 --- package.json | 2 +- src/pages/Popup/index.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 26949c282..96255edfc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leetcode-mistake-tracker", - "version": "2.0.0", + "version": "2.0.1", "description": "Help LeetCode users keep track of the LeetCode questions they would like to re-do in the future", "license": "MIT", "repository": { diff --git a/src/pages/Popup/index.css b/src/pages/Popup/index.css index cc74b3992..3ea65560f 100644 --- a/src/pages/Popup/index.css +++ b/src/pages/Popup/index.css @@ -23,4 +23,5 @@ code { color: black; text-align: center; font-size: xx-small; + position: absolute; } \ No newline at end of file