🚧 First implementation of button preview

This commit is contained in:
Philipp Stracker 2025-01-17 15:52:51 +01:00
parent fd8feafd46
commit 0ecba128fb
No known key found for this signature in database
2 changed files with 42 additions and 10 deletions

View file

@ -90,6 +90,10 @@
padding: 24px;
height: calc(100vh - var(--preview-height-reduction));
top: var(--sticky-offset-top);
// Disable interactions with the preview.
pointer-events: none;
user-select: none;
}
}
}