1
0
mirror of https://shylinux.com/x/volcanos synced 2025-05-04 20:27:01 +08:00
volcanos/pane/Search.css
2020-12-19 02:46:59 +08:00

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;
}