Добре дошли в Добавки за SeaMonkey.

Добавете допълнителни възможности и теми, за да направите SeaMonkey свой.

Затваряне

On the go?

Check out our Mobile Add-ons site.

Затваряне

RyogaU

За мен

Информация за разработчика
Име RyogaU
Потребител от Юли 26, 2016
Брой добавки 0 добавки
Средна оценка на добавките Без оценка

Мои отзиви

Old Default Image Style

Оценена с 5 от 5 звезди

This is a great add-on. But in this state it's currently broken because Mozilla changed their top level image css.
If the image is centered and one zooms in, the scrollbar is locked and you cannot scroll all the way up.

But there is a fix:
If one is to add this line

sheet += " img.overflowingVertical { margin-top: 0; }";

between line 98 and 99 in bootstrap.js, this would fix the issue.

I tried it locally and it seems to work, it would be great to see in the official version too, though.

Hope it helps.