reverted.
This commit is contained in:
parent
cee5a02e9e
commit
71f717ed97
1 changed files with 3 additions and 3 deletions
|
@ -215,7 +215,7 @@ ul.searchOptionLabels li {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
body.search .control-options, body.help .control-options, body.error .control-options {
|
||||
#searchOptions {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
padding-top: 72px;
|
||||
|
@ -227,7 +227,7 @@ body.search .control-options, body.help .control-options, body.error .control-op
|
|||
transition: all .4s ease 0s;
|
||||
}
|
||||
|
||||
body.search .control-optionss.active, body.help .control-options.active, body.error .control-options.active {
|
||||
#searchOptions.active {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
@ -366,4 +366,4 @@ body.search .control-optionss.active, body.help .control-options.active, body.e
|
|||
max-height: 300px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue