i've got to say that your Rymden theme is really pretty (i'm in love with your ideas, nh), yet there's something bothering me: i don't know if it's considered as 'personal customization', but is there any way to customize the ask-tab in order to get rid of that scrollbar? i know it's just a little detail, however i'm wondering if you know something about it. otherwise i'm going to try to figure out something myself maybe. sorry for any circumstances. ;u;
I’m glad you brought this up because I hadn’t noticed it myself! I have updated the code so you can either download the new version here or fix it yourself, if you don’t want to start over.
Copy the bolded part below and paste it in between the cursive parts. In the old code, there should be nothing there now.
html { overflow-y: scroll; }
#abox { position: absolute;
Change “absolute” to “fixed”.
Hope that helps! This won’t remove the scrollbar but you won’t be able to scroll whilst viewing the askbox.