Bug 1551585 Comment 0 Edit History

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

Only positioned elements:

```js
[
  "bottom",
  "left",
  "right",
  "top",
  "z-index",
]
```

`[This property] doesn't have an effect because it only applies to positioned elements. Try adding properties like position:absolute or position:relative`

Back to Bug 1551585 Comment 0