We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935d7bc commit da30355Copy full SHA for da30355
frontend/src/views/dashboard/components/sq-text/index.vue
@@ -124,6 +124,10 @@ onMounted(() => {
124
overflow-y: auto !important;
125
position: relative;
126
padding: 12px !important;
127
+ div::-webkit-scrollbar {
128
+ width: 0 !important;
129
+ height: 0 !important;
130
+ }
131
.rich-text-empty {
132
position: absolute;
133
width: calc(100% - 24px);
frontend/src/views/dashboard/components/sq-view/index.vue
@@ -102,6 +102,10 @@ defineExpose({
102
background: #fff;
103
104
border-radius: 12px;
105
106
107
108
109
.header-bar {
110
height: 32px;
111
display: flex;
0 commit comments