diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-15 15:10:53 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-15 15:10:53 +0100 |
commit | 740b7fde134eab717c769021562ea9ed2c814600 (patch) | |
tree | 1d2d91d54d001100437dc91fd2ece8252ccb2f47 | |
parent | 37903ff920897a2268b9cf3d9b018f09d0646447 (diff) |
Give google doc viewer minimum height
Ensures a reasonable amount of the doc is visible
-rw-r--r-- | app/assets/stylesheets/main.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index 3118eab3d..8aa8010ae 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -134,6 +134,10 @@ overflow:visible; margin:0; } +#wrapper_google_embed iframe { +min-height: 800px; +} + #content { position:relative; width:875px; |