tabs container needs a height

This commit is contained in:
Benjamin Pasero 2016-06-15 11:24:52 +02:00
parent 666a434ab6
commit 8ad8dfbb4f

View file

@ -13,6 +13,7 @@
display: flex;
overflow: scroll;
background-color: rgba(128, 128, 128, 0.2);
height: 35px;
}
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container::-webkit-scrollbar {