From f8c6d183ed7f337f958763e74515295f2c32cecf Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Mon, 23 Nov 2020 10:30:24 +0100 Subject: [PATCH] Don't scroll in preview image --- modules/webapp/src/main/webjar/docspell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webapp/src/main/webjar/docspell.css b/modules/webapp/src/main/webjar/docspell.css index 1d4381e7..f65208ad 100644 --- a/modules/webapp/src/main/webjar/docspell.css +++ b/modules/webapp/src/main/webjar/docspell.css @@ -109,7 +109,7 @@ box-shadow: 0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 2px 10px 0 rgba(34,36,38,.15); } .default-layout .image.ds-card-image { - overflow: auto; + overflow: hidden; } .default-layout .image.ds-card-image.small { max-height: 120px;