From 7c9a3ba4c3b3a0674fa977e923c6890e5126218e Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Wed, 11 Aug 2021 23:49:31 -0700 Subject: [PATCH] Revert "Fix floating menu positioning behavior when web page has scrollbars (#263) (#341)" This reverts commit 02fd00da10852c59c742a52c81b2f0b10fcd256b. --- frontend/public/index.html | 2 +- frontend/src/components/window/MainWindow.vue | 6 ++---- frontend/src/components/workspace/Workspace.vue | 5 +---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 1e252f96..af63f786 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -4,7 +4,7 @@ - + diff --git a/frontend/src/components/window/MainWindow.vue b/frontend/src/components/window/MainWindow.vue index 5ac19beb..60867de8 100644 --- a/frontend/src/components/window/MainWindow.vue +++ b/frontend/src/components/window/MainWindow.vue @@ -14,10 +14,8 @@