From ae34111f773264cb44dd86ce304cc69c9d83fd23 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 27 Jul 2021 17:36:01 +0200 Subject: menu bar physics looking very saucy :tada: --- styles/presentation.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'styles') diff --git a/styles/presentation.css b/styles/presentation.css index 4f872e2..4d199ea 100644 --- a/styles/presentation.css +++ b/styles/presentation.css @@ -77,3 +77,16 @@ #menu .info .buttons .inner .MuiButton-root { margin: 8px; } #menu .info .buttons .inner { margin: -8px; } +.menuBar { + position: absolute; + width: 200px; + height: 50px; + background-color: #ffff00; + + top: calc(var(--y) * 1px); + left: calc(var(--x) * 1px); + + transform: translate(-50%, -50%); + pointer-events: none; +} + -- cgit v1.2.3