Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-04-30 23:14:59 +0300
committerdartcafe <github@dartcafe.de>2020-04-30 23:14:59 +0300
commit02f2c24a6b8354dad005f2d26c7b46362cb8ed3c (patch)
tree6b3354125b810c578c0a5ba4e74ba9aefae06d1a /src/js/views/PollList.vue
parentc0df943455fc8a0180c26154fecc36b70acebb12 (diff)
pollList optimizations
Diffstat (limited to 'src/js/views/PollList.vue')
-rw-r--r--src/js/views/PollList.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/js/views/PollList.vue b/src/js/views/PollList.vue
index 5e991316..7e5363dd 100644
--- a/src/js/views/PollList.vue
+++ b/src/js/views/PollList.vue
@@ -185,8 +185,9 @@ export default {
width: 100%;
display: flex;
flex-direction: column;
- flex: 1;
flex-wrap: nowrap;
+ overflow: scroll;
+ padding-bottom: 14px;
}
#emptycontent {