mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +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 {
|
.filter-input .popover {
|
||||||
top: 27px;
|
top: 27px;
|
||||||
|
left: 43px;
|
||||||
display: block;
|
display: block;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
|
||||||
|
@media (max-width: @screen-xs-max) {
|
||||||
|
|
||||||
|
top: 16px;
|
||||||
|
left: 29px;
|
||||||
|
right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.popover-content {
|
.popover-content {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user