Skip to content

Commit 01a1f8d

Browse files
committed
update basecanvas and .gitignore
1 parent 956afc0 commit 01a1f8d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules
66
# local env files
77
.env.local
88
.env.*.local
9+
.env
910

1011
# Log files
1112
npm-debug.log*

src/components/basecanvas.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ export default {
327327
width: 100%;
328328
height: 28px;
329329
border-radius: 4px;
330+
overflow: hidden;
330331
}
331332
.tabs {
332333
width: 10%;

0 commit comments

Comments
 (0)