From 73a062753d8b5f6a005efa351e29a97d689bc8f8 Mon Sep 17 00:00:00 2001 From: Shrey Gupta Date: Mon, 18 Mar 2024 17:02:03 +0530 Subject: [PATCH] fix(figma): fix styles and unclickable issue --- src/styles/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/style.css b/src/styles/style.css index a9c4e8d00..c28a0453f 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -1507,3 +1507,10 @@ body.notion-body.dark .toggl-button.notion { .toggl-button.linear-table { margin-top: 5px; } + + +/********* Figma *********/ +.toggl-button.figma { + margin-top: 5px; + z-index: 9999; +}