summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUdo Walter2018-11-24 20:08:22 +0100
committerUdo Walter2018-11-24 20:08:22 +0100
commit72a677ccee31248bd0629b76ace4ad09bbb68847 (patch)
tree593d97bd822e6497b7a20033a6eaf0a05cb586d7
parent[webapp] Add notification system (diff)
downloadbas-72a677ccee31248bd0629b76ace4ad09bbb68847.tar.gz
bas-72a677ccee31248bd0629b76ace4ad09bbb68847.tar.xz
bas-72a677ccee31248bd0629b76ace4ad09bbb68847.zip
[webapp] small bugfix
-rw-r--r--webapp/src/components/NotificationsAlerts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/NotificationsAlerts.vue b/webapp/src/components/NotificationsAlerts.vue
index 3f4f6d7..058cc4f 100644
--- a/webapp/src/components/NotificationsAlerts.vue
+++ b/webapp/src/components/NotificationsAlerts.vue
@@ -27,7 +27,7 @@
<v-card>
<v-card-text>
- <div style="max-height: 70vh; overflow: scroll">
+ <div style="max-height: 70vh; overflow: auto">
<div v-if="alerts.length === 0" class="text-xs-center" style="width: 100%">{{ $t('noNotifications') }}</div>
<div v-else class="flex-between-center">
<v-subheader v-if="newCount > 0">{{ $t('new') }}</v-subheader>