1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-28 01:52:01 +08:00
volcanos/pane/Search.css
2020-07-08 19:45:07 +08:00

26 lines
481 B
CSS

fieldset.Search {
display:none;
position:fixed;
left:120px;
top:40px;
background:black;
z-index:102;
}
fieldset.Search div.output div.content:hover {
max-height:400px;
}
fieldset.Search div.output div.content {
max-height:200px;
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;
}