Skip to content

Commit

Permalink
fix(figma): fix styles and unclickable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
with-shrey committed Mar 18, 2024
1 parent e15b970 commit 73a0627
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 73a0627

Please sign in to comment.