mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
30 lines
342 B
CSS
30 lines
342 B
CSS
div.scrollleft
|
|
{
|
|
bottom: 0;
|
|
margin: 0;
|
|
overflow: scroll;
|
|
overflow-x: auto;
|
|
position: absolute;
|
|
text-indent: 15px;
|
|
top: 120px;
|
|
width: 200px;
|
|
}
|
|
|
|
div.scrollright
|
|
{
|
|
bottom: 0;
|
|
left: 210px;
|
|
margin: 0;
|
|
right: 0;
|
|
overflow: scroll;
|
|
overflow-x: auto;
|
|
position: absolute;
|
|
text-indent: 15px;
|
|
top: 120px;
|
|
}
|
|
|
|
font.lowtext
|
|
{
|
|
bottom: 0;
|
|
}
|