зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1503554 - Network header panel now has 1 vertical scrollbar for entire area; r=Honza
--HG-- extra : histedit_source : 4900984e39b977eb768a3b313291c365e173e687
This commit is contained in:
Родитель
330656ca6f
Коммит
4d50a6165d
|
@ -14,8 +14,7 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.network-monitor .panel-container,
|
||||
.network-monitor .properties-view {
|
||||
.network-monitor .panel-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-x: hidden;
|
||||
|
@ -28,6 +27,8 @@
|
|||
}
|
||||
|
||||
.network-monitor .properties-view {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче