mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 16:33:51 +00:00
f82d4821f9
* create `ContextMenuContext` component
10 lines
121 B
SCSS
10 lines
121 B
SCSS
.contextMenuButton {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.contextMenuBackdrop {
|
|
position: fixed;
|
|
inset: 0;
|
|
}
|