mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
Merge pull request #2156 from syahn/pretty-popup
[web] Adjust pop-up docs position
This commit is contained in:
commit
7a8b362df6
@ -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