Possibly a bad way to scroll.

It's functional, but this menu probably need a future overhaul.
This commit is contained in:
GabsPuNs
2026-06-21 15:15:53 -04:00
parent 831ad4ab43
commit 612d0ada92
2 changed files with 34 additions and 4 deletions

View File

@@ -113,11 +113,38 @@ div.tab_panel
div.list_container
{
width: 100%;
flex-grow: 1;
max-height: 540dp;
overflow-y: auto;
display: flex;
display: block;
flex-direction: column;
padding-top: 38dp;
margin-top: 38dp;
}
scrollbarvertical
{
width: 0dp;
}
scrollbarvertical sliderarrowdec
{
position: fixed;
width: 48dp;
height: 33dp;
right: 100dp;
bottom: -40dp;
cursor: pointer;
decorator: image(images/lce/scrollUp.png);
}
scrollbarvertical sliderarrowinc
{
position: fixed;
width: 48dp;
height: 33dp;
right: 58dp;
bottom: -40dp;
cursor: pointer;
decorator: image(images/lce/scrollDown.png);
}
div.list_item
@@ -127,7 +154,6 @@ div.list_item
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}
div.list_item:hover