Popup css height issue

Ask for help about NoScript, no registration needed to post
jbrown
Posts: 15
Joined: Thu Jan 27, 2011 9:36 am

Popup css height issue

Post by jbrown »

The popup has something like a blank line after the last url entry. Is it possible to reduce the height so that the last entry is closer to the bottom?

Image

Is that controlled by css or js code?
Mozilla/5.0 (X11; Linux i686; rv:91.0) Gecko/20100101 Firefox/91.0
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: Popup css height issue

Post by barbaz »

Try this in userContent.css -

Code: Select all

#scrollable > #buttons {
  display: none !important;
}
*Always* check the changelogs BEFORE updating that important software!
-
jbrown
Posts: 15
Joined: Thu Jan 27, 2011 9:36 am

Re: Popup css height issue

Post by jbrown »

Thank you, I have meanwhile figured it out myself. Better is:

Code: Select all

#scrollable > #buttons { margin: 1px !important }
which avoids the scrollbars.
Mozilla/5.0 (X11; Linux i686; rv:91.0) Gecko/20100101 Firefox/91.0
Post Reply