• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved log viewer height css bug

bigbear67

New Pleskian
Hello everyone, sorry if I'm bothering you, but this is quite strange.

In the access logs section, I have a default height of 200px:

<div class="scrollable-list-wrapper" style="height: 200px">
which should be set to auto or greater than 200px:
<div class="scrollable-list-wrapper" style="height: 500px">
 
Back
Top