Skip to content

Commit

Permalink
Settings editor - fix shadow layout
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 21, 2018
1 parent b6a08a2 commit c8381a5
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,10 @@
}

.settings-editor > .settings-body > .settings-tree-container .shadow.top {
max-width: 1000px;
margin: auto;
}

.settings-editor > .settings-body > .settings-tree-container > .monaco-tree .monaco-scrollable-element {
overflow: visible !important;
/* so the shadow can be drawn outside the scrollable element */
left: 50%;
max-width: 952px; /* 1000 - 24*2 padding */
margin-left: -476px;
z-index: 1000;
}

.settings-editor > .settings-body .settings-tree-container .setting-toolbar-container {
Expand Down

0 comments on commit c8381a5

Please sign in to comment.