feat: implement CanvasMenubar component and integrate keyboard shortcuts
This commit is contained in:
@@ -164,6 +164,12 @@ pre {
|
||||
scrollbar-color: hsl(var(--muted-foreground) / 0.35) transparent;
|
||||
}
|
||||
|
||||
*,
|
||||
::before,
|
||||
::after {
|
||||
border-color: unset;
|
||||
}
|
||||
|
||||
.dark * {
|
||||
scrollbar-color: hsl(var(--muted-foreground) / 0.4) transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user