Skip to content

Commit 0d6d49c

Browse files
committed
1 parent 2fb65e8 commit 0d6d49c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

after/syntax/css/cssom-view-1.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
syn keyword cssFontProp contained scroll-behavior
2-
syn keyword cssFontAttr contained smooth

after/syntax/css/overflow-3.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
syn keyword cssFontProp contained continue overflow-clip-margin overflow-block overflow-inline scrollbar-gutter block-ellipsis line-clamp max-lines
1+
syn keyword cssFontProp contained continue overflow-clip-margin overflow-block overflow-inline scrollbar-gutter block-ellipsis line-clamp max-lines scroll-behavior
2+
syn keyword cssFontAttr contained smooth

test/test.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,10 @@
354354
}
355355

356356
.cssom-1 {
357-
display: auto;
358357
}
359358

360359
.cssom-view-1 {
361-
scroll-behavior: smooth;
360+
display: auto;
362361
}
363362

364363
.device-adapt-1 {
@@ -840,9 +839,11 @@ mask {
840839
overflow-inline: auto;
841840
scrollbar-gutter: auto;
842841
block-ellipsis: auto;
842+
scroll-behavior: auto;
843843
line-clamp: auto;
844844
max-lines: auto;
845845
continue: auto;
846+
display: smooth;
846847
}
847848

848849
.overflow-4::nth-fragment(1) {

0 commit comments

Comments
 (0)