mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
fix #615
This commit is contained in:
parent
083b404bba
commit
d389b9c59d
@ -59,6 +59,7 @@ body,
|
||||
}
|
||||
.main-view {
|
||||
flex: 1 1 auto;
|
||||
height: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
@ -18,6 +18,11 @@ html, body, #container {
|
||||
.main-view {
|
||||
flex: 1 1 auto;
|
||||
|
||||
// All children of #container need an explicit height
|
||||
// If we don't set this, the scrollbars disappear
|
||||
// (https://github.com/mitmproxy/mitmproxy/issues/615)
|
||||
height: 0;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user