Skip to content

Commit

Permalink
⚒️ Fixing the toolbar display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FunamaYukina committed Dec 23, 2024
1 parent e3faa74 commit 5bed9ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/.changeset/orange-books-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@liam-hq/ui": patch
"@liam-hq/cli": patch
---

⚒️ Fixing the toolbar display bug
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@
.toolbarWrapper > * {
pointer-events: auto;
}

:global([data-state='expanded']) + .main .toolbarWrapper {
display: none;
}

0 comments on commit 5bed9ac

Please sign in to comment.