Bug 1998156 Comment 4 Edit History

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

Adding the following CSS seems to resolve the jumping back behavior to first row on mouse hover over the product images.

```
.collection-sorting{
  position: static !important;
}

.small-down--one-whole {
  position: relative !important;
}

.collection__filter-actions {
  position: static !important;
}
```
Adding the following CSS seems to resolve the jumping back issue to first row on mouse hover over the product images.

```
.collection-sorting{
  position: static !important;
}

.small-down--one-whole {
  position: relative !important;
}

.collection__filter-actions {
  position: static !important;
}
```
Adding the following CSS seems to resolve the jumping back issue to the first product images row on mouse hover over the product images.

```
.collection-sorting{
  position: static !important;
}

.small-down--one-whole {
  position: relative !important;
}

.collection__filter-actions {
  position: static !important;
}
```
Adding the following CSS seems to resolve the jumping back issue to the first product images row when mouse hover over the product images.

```
.collection-sorting{
  position: static !important;
}

.small-down--one-whole {
  position: relative !important;
}

.collection__filter-actions {
  position: static !important;
}
```
Adding the following CSS seems to resolve the jumping back issue to the first product images row when mouse hover over the product images.

```
.collection-sorting{
  position: static !important;
}

.small-down--one-whole {
  position: relative !important;
}

.collection__filter-actions {
  position: static !important;
}
```
or
```
.collection-sorting {
  position: fixed !important;
  right: 0 !important;
}
```
Adding the following CSS seems to resolve the jumping back issue to the first product images row when mouse hover over the product images.

```
.collection-sorting{
  position: static !important;
}

.small-down--one-whole {
  position: relative !important;
}

.collection__filter-actions {
  position: static !important;
}
```
or
```
.collection-sorting[style*="top"] {
  position: fixed !important;
  right: 0 !important;
}
```

Back to Bug 1998156 Comment 4