[kupu-checkins] r54933 - kupu/trunk/kupu/widgeteer

guido at codespeak.net guido at codespeak.net
Mon May 19 15:31:33 CEST 2008


Author: guido
Date: Mon May 19 15:31:32 2008
New Revision: 54933

Modified:
   kupu/trunk/kupu/widgeteer/kupustyles.css
Log:
Fixed height issue that made that the scrollbar was rendered partially outside
of the frame.


Modified: kupu/trunk/kupu/widgeteer/kupustyles.css
==============================================================================
--- kupu/trunk/kupu/widgeteer/kupustyles.css	(original)
+++ kupu/trunk/kupu/widgeteer/kupustyles.css	Mon May 19 15:31:32 2008
@@ -182,6 +182,7 @@
 iframe.kupu-editor-iframe {
   width: 100%;
   height: 100%;
+  margin-bottom: 3em;
 }
 
 textarea.kupu-editor-textarea {


More information about the kupu-checkins mailing list