mirror of
https://github.com/unraid/webgui.git
synced 2026-01-29 21:19:07 -06:00
- 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.
15 lines
221 B
CSS
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;
|
|
}
|
|
} |