Skip to content

Commit

Permalink
watermark: fix live disable
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Mar 17, 2017
1 parent 086a64c commit 8d09c1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
display: none; /* only visible when no editors are opened */
}

.monaco-workbench > .part.editor.empty > .content > .watermark {
.monaco-workbench > .part.editor.empty.has-watermark > .content > .watermark {
display: block;
position: absolute;
width: 100%;
Expand Down

0 comments on commit 8d09c1a

Please sign in to comment.