diff --git a/assets/scss/common/grid.scss b/assets/scss/common/grid.scss
index d7a0349..e1268ab 100644
--- a/assets/scss/common/grid.scss
+++ b/assets/scss/common/grid.scss
@@ -169,14 +169,9 @@
// color: #000000E0;
& ::-webkit-scrollbar {
- width: $scrollbar-width !important;
width: 0 !important;
height: $scrollbar-width !important;
-webkit-appearance: initial;
- // background-color: map-deep-get($config,
- // #{$theme},
- // "tui-grid-cell-borderColor"
- // ) !important;
background-color: rgba(0, 0, 0, 0) !important;
border-radius: 3px !important;
}
diff --git a/components/common/Grid.vue b/components/common/Grid.vue
index b61f1ef..cdaad76 100644
--- a/components/common/Grid.vue
+++ b/components/common/Grid.vue
@@ -621,7 +621,6 @@ export default {
this.gridInstance.invoke('refreshLayout');
},
refreshGrid(){
- console.log("---------DEBUG---refreshGrid: ");
// console.log("refreshLayout",this.$refs['tuigrid' + this.gridName])
var store = this.$refs['tuigrid' + this.gridName].gridInstance.store;
var containerEl = this.$refs['tuigrid' + this.gridName].$el;
diff --git a/components/common/select/SelectBoxMulti.vue b/components/common/select/SelectBoxMulti.vue
index 2086baa..96ca8b9 100644
--- a/components/common/select/SelectBoxMulti.vue
+++ b/components/common/select/SelectBoxMulti.vue
@@ -140,6 +140,4 @@ export default {
};
-
+
diff --git a/pages/comm/base/PrgmMngPage.vue b/pages/comm/base/PrgmMngPage.vue
index 1a0a984..d8a180b 100644
--- a/pages/comm/base/PrgmMngPage.vue
+++ b/pages/comm/base/PrgmMngPage.vue
@@ -26,15 +26,15 @@
-
-