From 808070797bf893b9be0bdfb9ca898c1e2cf580c2 Mon Sep 17 00:00:00 2001 From: davideschiera Date: Wed, 17 Jul 2019 15:51:40 +0200 Subject: [PATCH] Fix overflow to let view list to scroll --- lib/wsd-core/addon/styles/wsd-view-list.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/wsd-core/addon/styles/wsd-view-list.less b/lib/wsd-core/addon/styles/wsd-view-list.less index 594a6abd..58244aaf 100644 --- a/lib/wsd-core/addon/styles/wsd-view-list.less +++ b/lib/wsd-core/addon/styles/wsd-view-list.less @@ -21,6 +21,8 @@ along with this program. If not, see . flex-direction: column; align-items: stretch; + overflow: hidden; + &__header { display: flex; align-items: center; @@ -57,6 +59,8 @@ along with this program. If not, see . display: flex; align-items: stretch; + + overflow: hidden; } &__icon {