Revert "Fix floating menu positioning behavior when web page has scrollbars (#263) (#341)"

This reverts commit 02fd00da10.
This commit is contained in:
Keavon Chambers
2021-08-11 23:49:31 -07:00
parent 0dda197d65
commit e065046841
3 changed files with 4 additions and 9 deletions
@@ -24,7 +24,6 @@
<style lang="scss">
.workspace-grid-subdivision {
min-height: 28px;
min-width: 0;
flex: 1 1 0;
&.folded {
@@ -34,15 +33,13 @@
}
.workspace-grid-resize-gutter {
flex: 0 0 auto;
flex: 0 0 4px;
&.layout-row {
height: 4px;
cursor: ns-resize;
}
&.layout-col {
width: 4px;
cursor: ew-resize;
}
}