From b184f2c97466d45dcb32feaacee341e527923bd6 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 1e252f9630..af63f786a9 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 5ac19beb8a..60867de8f9 100644 --- a/frontend/src/components/window/MainWindow.vue +++ b/frontend/src/components/window/MainWindow.vue @@ -14,10 +14,8 @@