mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
[web] fix scroll bug in flow detail. (#2083)
This commit is contained in:
parent
1bafe73a94
commit
9f348122ec
@ -14,8 +14,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
display: flex;
|
overflow-y: scroll;
|
||||||
flex-direction: column;
|
|
||||||
>article{
|
>article{
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 5px 12px 0;
|
padding: 5px 12px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user