From 9c676a424e12de5be9ba149d44860765626b5feb Mon Sep 17 00:00:00 2001 From: Moustafa Mahmoud Date: Thu, 21 Dec 2023 08:36:17 +0100 Subject: [PATCH] fix extra class top to be able to toggle between raw and parsed options --- extension/styles/viewer-custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/styles/viewer-custom.scss b/extension/styles/viewer-custom.scss index 3cc75212..265f4430 100644 --- a/extension/styles/viewer-custom.scss +++ b/extension/styles/viewer-custom.scss @@ -21,7 +21,7 @@ html, body { .extras { z-index: 10; position: absolute; - top: 0; + top: 30px; right: 16px; padding: 10px 5px 10px 15px;