12 lines
136 B
CSS
12 lines
136 B
CSS
|
html, body {
|
||
|
height: 100%;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
.botlist {
|
||
|
position: absolute;
|
||
|
}
|
||
|
#searchdiv {
|
||
|
position: static;
|
||
|
margin-right: -5px;
|
||
|
}
|