Skip to content

Commit 389639a

Browse files
authored
fix: horizontal scrollbar (#134)
1 parent 472c323 commit 389639a

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@fileverse-dev/dsheet",
33
"private": false,
44
"description": "DSheet",
5-
"version": "1.0.51",
5+
"version": "1.0.52",
66
"main": "dist/index.es.js",
77
"module": "dist/index.es.js",
88
"exports": {
@@ -80,4 +80,4 @@
8080
"typescript": "^5.2.2",
8181
"vite": "^5.0.0"
8282
}
83-
}
83+
}

package/styles/index.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
@tailwind utilities;
77

88
@layer base {
9-
109
ul,
1110
ol {
1211
list-style: revert;
@@ -47,7 +46,6 @@ body {
4746
}
4847

4948
.fortune-read-only {
50-
5149
.luckysheet-rich-text-editor,
5250
.luckysheet-sheets-item-function,
5351
.fortune-sheettab-button,
@@ -70,10 +68,10 @@ body {
7068
}
7169

7270
/* Hide edit and remove buttons in link toolbar but keep "Open link" */
73-
.fortune-link-modify-modal.link-toolbar .fortune-toolbar-button:not(:first-child) {
71+
.fortune-link-modify-modal.link-toolbar
72+
.fortune-toolbar-button:not(:first-child) {
7473
display: none !important;
7574
}
76-
7775
}
7876

7977
.fortune-tooltip {
@@ -167,3 +165,7 @@ body {
167165
bottom: 0;
168166
z-index: 1000;
169167
}
168+
169+
.luckysheet-scrollbar-x {
170+
bottom: 12px !important;
171+
}

0 commit comments

Comments
 (0)