Bug 1498565 Comment 19 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

@Amy: I tested your patch and found a way how to fix the scroll bar problem.

Can you please undo all your changes and keep just the following:

+
+.network-monitor .tree-container .treeTable .editor-row-container pre {
+  padding-left: 5px;
+  position: absolute;
+}
+

- Note the position: absolute;

Thanks!
Honza
@Amy: I tested your patch and found a way how to fix the scroll bar problem.

Can you please undo all your changes and keep just the following:

```
+
+.network-monitor .tree-container .treeTable .editor-row-container pre {
+  padding-left: 5px;
+  position: absolute;
+}
+
```

- Note the position: absolute;

Thanks!
Honza

Back to Bug 1498565 Comment 19