Skip to content

Commit da30355

Browse files
committed
style: hidden scroll bar
1 parent 935d7bc commit da30355

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ onMounted(() => {
124124
overflow-y: auto !important;
125125
position: relative;
126126
padding: 12px !important;
127+
div::-webkit-scrollbar {
128+
width: 0 !important;
129+
height: 0 !important;
130+
}
127131
.rich-text-empty {
128132
position: absolute;
129133
width: calc(100% - 24px);

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ defineExpose({
102102
background: #fff;
103103
padding: 12px !important;
104104
border-radius: 12px;
105+
div::-webkit-scrollbar {
106+
width: 0 !important;
107+
height: 0 !important;
108+
}
105109
.header-bar {
106110
height: 32px;
107111
display: flex;

0 commit comments

Comments
 (0)