mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
Adjust pop-up docs position
- Shift pop-up docs to the right position according to responsiveness
This commit is contained in:
parent
eba6d4359c
commit
9f8004ed62
@ -106,10 +106,18 @@ header {
|
||||
|
||||
.filter-input .popover {
|
||||
top: 27px;
|
||||
left: 43px;
|
||||
display: block;
|
||||
max-width: none;
|
||||
opacity: 0.9;
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
|
||||
top: 16px;
|
||||
left: 29px;
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user