Skip to content

Commit df4dc16

Browse files
committed
refactor: hidden tab scroll
1 parent 126d20d commit df4dc16

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • frontend/src/views/dashboard/components/sq-tab

frontend/src/views/dashboard/components/sq-tab/index.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ defineExpose({
298298
width: 100%;
299299
height: 100%;
300300
margin: 2px !important; // border size
301+
div::-webkit-scrollbar {
302+
width: 0 !important;
303+
height: 0 !important;
304+
}
301305
}
302306
303307
.tab-dashboard-preview {

0 commit comments

Comments
 (0)