From beb8873b01ef0f5fb57c59f0090cbd95333b043b Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 12 Jan 2022 12:35:59 +0100 Subject: [PATCH] fixes #1599 scrollable selecter for picture modify --- admin/themes/default/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index dbcd5b43e..03ac6cf55 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -3159,6 +3159,7 @@ a#showPermissions:hover {text-decoration: none;} #picture-content .selectize-input { width: 100%; + overflow-y: scroll; } #picture-content input[type=text], #picture-content textarea, #picture-content .selectize-control {