mirror of
https://shylinux.com/x/volcanos
synced 2025-05-04 20:27:01 +08:00
17 lines
291 B
CSS
17 lines
291 B
CSS
fieldset.Search {
|
|
display:none;
|
|
position:fixed;
|
|
top:32px; left:160px;
|
|
background:black;
|
|
z-index:10;
|
|
}
|
|
fieldset.Search div.output div.content {
|
|
max-height:200px;
|
|
overflow:auto;
|
|
}
|
|
fieldset.Search div.output div.display {
|
|
max-height:200px;
|
|
overflow:auto;
|
|
}
|
|
|