diff --git a/styles/templates/default/viewtopic_attach.tpl b/styles/templates/default/viewtopic_attach.tpl index ae059aef..8a0fe458 100644 --- a/styles/templates/default/viewtopic_attach.tpl +++ b/styles/templates/default/viewtopic_attach.tpl @@ -340,6 +340,7 @@ $('#tor-filelist-btn').click(function(){ margin: 0 2px; padding: 8px 6px; max-height: 284px; overflow: auto; } +.tor-filelist-fullsize { max-height: unset !important; } #tor-filelist i { color: #7A7A7A; padding-left: 4px; } #tor-filelist s { color: #0000FF; text-decoration: none; } #tor-filelist .b > s { color: #800000; } @@ -356,11 +357,14 @@ $('#tor-filelist-btn').click(function(){
-