1
0
mirror of https://shylinux.com/x/volcanos synced 2025-05-03 03:57:00 +08:00
volcanos/pane/Search.css
2020-06-22 20:32:15 +08:00

22 lines
396 B
CSS

fieldset.Search {
display:none;
position:absolute;
left:120px;
top:40px;
background:black;
}
fieldset.Search div.output div.content {
max-width:1000px;
overflow:auto;
}
fieldset.Search div.output div.display {
position:sticky;
max-height:200px;
max-width:1000px;
overflow:auto;
}
fieldset.Search div.output div.display:hover {
max-height:400px;
}