From 26c99b37fd3afe3dea77fbad6bd968d6a52f4db6 Mon Sep 17 00:00:00 2001 From: Luke Hudson Date: Wed, 14 Nov 2012 17:45:16 +0000 Subject: [PATCH] BUGFIX: Fix scrolling bug in KickAssets window. This bug could be reproduced by opening the kickassets admin window and making a rectangular selection which extended outside the window. This would cause scrollbars to appear on the kickassets window, which would obscure the file list scrollbar. Also the button bar at bottom would disappear out of view. --- css/kickassets.css | 3 +++ templates/KickAssetAdmin.ss | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/css/kickassets.css b/css/kickassets.css index c2c0a65..6580130 100644 --- a/css/kickassets.css +++ b/css/kickassets.css @@ -1,3 +1,6 @@ +body#KickAssets { + overflow: hidden; +} #directory_list {padding:10px;} #directory_list li {list-style:none;} diff --git a/templates/KickAssetAdmin.ss b/templates/KickAssetAdmin.ss index a3977c3..719ea73 100644 --- a/templates/KickAssetAdmin.ss +++ b/templates/KickAssetAdmin.ss @@ -5,7 +5,7 @@ <% _t('AssetAdmin.MENUTITLE','Files & Images') %> - +