Selective quote

Published August 22, 2016
Advertisement

Oops, four months just went by in a blink. I hear it gets worse when you get older. Scary.

Anyway, here's a CSS rule to keep the new selective quote modal at the bottom right corner of the screen. I like to select-along while I read, and this pesky modal is always in my way:
[code=css:0]@namespace url(http://www.w3.org/1999/xhtml);@-moz-document domain("www.gamedev.net") {#ddk33_qpopup_popup { position: fixed !important; left: unset !important; top: unset !important; right: 0px !important; bottom: 0px !important;}}

And a screen shot:
Zkbg3Xw.png


That's all for now.

2 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement