mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
fix #615
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user