mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-18 03:40:55 +00:00
Possibly a bad way to scroll.
It's functional, but this menu probably need a future overhaul.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user