html { overflow-y: auto; } .non-selectable { -webkit-user-select: none; /* Safari 3.1+ */ -moz-user-select: none; /* Firefox 2+ */ -ms-user-select: none; /* IE 10+ */ user-select: none; /* Standard syntax */ } .non-draggable { -webkit-user-drag: none; user-drag: none; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-thumb { background-color: #666666; } ::-webkit-scrollbar-button { display: none; } .tabs-wrapper { display: flex; flex-direction: column } .tabs-wrapper > .v-tabs__items { padding: 0 5px; margin: 0 -5px; flex: 1 }