Skip to content

Commit 520c6f2

Browse files
author
minjk-bl
committed
Block cursor setting
1 parent 535ff59 commit 520c6f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/boardFrame.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
flex-direction: column;
157157
justify-content: center;
158158
touch-action: none;
159-
cursor: pointer;
160159
color: var(--font-primary);
161160
font-family: 'AppleSDGothicNeo';
162161

@@ -180,6 +179,7 @@
180179
overflow: hidden;
181180
border: 2px solid transparent;
182181
border-radius: 2px;
182+
cursor: pointer;
183183
}
184184
.vp-block-left-holder {
185185
display: none;
@@ -197,6 +197,7 @@
197197
position: absolute;
198198
left: 0px;
199199
color: rgba(0,0,0,0.3);
200+
cursor: default;
200201
}
201202
.vp-block-num-info {
202203
color: #828282;

0 commit comments

Comments
 (0)