diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-29 14:37:08 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-03 11:40:06 -0400 |
| commit | 220a7e89d5087af3989975cb326cd4d8f60cbc6a (patch) | |
| tree | f14e10cc1f5168b387b99ff2511e47d5de17563a /src/components/user_reporting_modal | |
| parent | abad528dd4885265f5d80056d430eb0341022a99 (diff) | |
use native scrollbar
Diffstat (limited to 'src/components/user_reporting_modal')
| -rw-r--r-- | src/components/user_reporting_modal/user_reporting_modal.vue | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/user_reporting_modal/user_reporting_modal.vue b/src/components/user_reporting_modal/user_reporting_modal.vue index 1cf25e8f..432dd14d 100644 --- a/src/components/user_reporting_modal/user_reporting_modal.vue +++ b/src/components/user_reporting_modal/user_reporting_modal.vue @@ -27,7 +27,7 @@ </div> </div> </div> - <div class="user-reporting-panel-right" v-bar="{preventParentScroll: true}"> + <div class="user-reporting-panel-right"> <List :items="statuses"> <template slot="item" slot-scope="{item}"> <div class="status-fadein user-reporting-panel-sitem"> @@ -113,12 +113,12 @@ &-right { display: flex; flex-direction: column; + overflow-y: auto; } &-sitem { display: flex; justify-content: space-between; - padding-right: 15px; > .status-el { flex: 1; @@ -150,6 +150,7 @@ &-right { width: 50%; flex: 1 1 auto; + margin-bottom: 12px; } } } |
