diff --git a/Resources/Private/Partials/SelectionBox.html b/Resources/Private/Partials/SelectionBox.html
index 4009b986e9400c10749cde037064dcf80aabc471..913bb51775cf277648f976525fc151d52387be3f 100644
--- a/Resources/Private/Partials/SelectionBox.html
+++ b/Resources/Private/Partials/SelectionBox.html
@@ -9,7 +9,7 @@
             <div class="loader-spinner d-none align-items-center justify-content-center">
                 <f:image src="EXT:rico_folder_based_download_center/Resources/Public/Icons/loading-spinner.gif" width="50px" height="50px"/>
             </div>
-            <select id="selection-level-{level}" size="{f:count(subject: folders)}" class="form-control" data-dc-selection-select>
+            <select id="selection-level-{level}" class="form-control" size="5" data-dc-selection-select>
                 <f:for each="{folders}" as="folder" iteration="optionIterator">
                     <option value="{optionIterator.index}" data-dc-path="{folder.path}" data-dc-level="{level}"
                             data-dc-parent-selection="{selectionIdentifier}" data-dc-final-level="{finalLevel}"
diff --git a/ext_emconf.php b/ext_emconf.php
index bfda309749ac33a98220c36b25a6bf66ebb94b5f..1934cfcc66c03a7259ec34e66d5517e388d54f4d 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -11,7 +11,7 @@
 $EM_CONF[$_EXTKEY] = [
     'title' => 'Folder based download center',
     'description' => 'This extension provides a plugin to display a download center, based on a given folder hierarchy.',
-    'version' => '1.2.2',
+    'version' => '1.2.3',
     'category' => 'plugin',
     'constraints' => [
         'depends' => [