Skip to content

Commit 40b5a4f

Browse files
committed
docs(Viewer): fix typo
1 parent ba52b32 commit 40b5a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Viewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default {
132132
bottom: 2rem;
133133
z-index: 500;
134134
box-shadow: var(--shadow);
135-
max-height: calc(100% - 220px); /* height of leavelet controlls */
135+
max-height: calc(100% - 220px); /* height of leaflet controlls */
136136
overflow-y: auto;
137137
}
138138
</style>

0 commit comments

Comments
 (0)