Skip to content

Commit

Permalink
fix: rich workspaces overlap with new file dropdown
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Jul 15, 2021
1 parent 6f0f1eb commit e7e42c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/EditorWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,7 @@ export default {

#editor {
overflow: auto;
// Fix for IE11 issue where the menubar sometimes was positioned under the text
z-index: 1000;
z-index: 20;
}
.has-conflicts #editor {
padding-top: 0;
Expand Down

0 comments on commit e7e42c9

Please sign in to comment.