From b3f7a5a13860b4a94656834c8c6cf40afdde6ef3 Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 21 Sep 2011 14:46:25 -0700 Subject: [PATCH] #qr doesn't overflow-y anymore --- 4chan_x.user.js | 2 -- script.coffee | 2 -- 2 files changed, 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 04d96c014..8818bef6c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3099,8 +3099,6 @@ display: block;\ }\ #qr {\ - max-height: 100%;\ - overflow-y: auto;\ position: fixed;\ }\ #qr #autohide, #qr .close {\ diff --git a/script.coffee b/script.coffee index 8979e9c2a..10eba1ddb 100644 --- a/script.coffee +++ b/script.coffee @@ -2430,8 +2430,6 @@ Main = display: block; } #qr { - max-height: 100%; - overflow-y: auto; position: fixed; } #qr #autohide, #qr .close {