Some cosmetic changes to release notes display
I'd like to make a few changes to the recently added release notes display.
- Remove bottom scroll bar (probably a matter of setting the padding slightly less).
- Move the close [X] to the very upper right corner of the div (possibly overlapping a bit) which would be a matter of
position: fixed;
and some positioning. - Need to add an id to the close div as this will make it unique to this box (not reusable).
- Also, potentially look for a free X in a circle image (or make one) to use instead of the text based.
I should be satisfied after these changes :)