Files
webgui/emhttp/plugins/dynamix.plugin.manager/sheets/Plugins.css
Zack Spear 3f46137605 fix: adjust cookie handling for scroll position in BodyInlineJS.php
- Modified the calculation of the 'top' variable to remove the offset adjustment, simplifying the logic.
- Ensured that the scroll position is set correctly based on the cookie value.

This change improves the handling of scroll position based on user preferences.
2025-05-07 11:08:25 -07:00

15 lines
221 B
CSS

#plugin_tree {
width: 33%;
height: 200px;
overflow-y: scroll;
}
table tbody td {
line-height: normal;
}
.Theme--black,
.Theme--white {
span.status.vhshift {
margin-top: 8px !important;
}
}