Commit ae7f90e75acd9b66f606585e5c1eb85455a26d5c

Authored by jalaloedien
1 parent 24b12275

KTS-2153

"CLONE(SUP-299) -Super sluggish web interface after upgrade to 3.4a"
In Progress. Fixed dashlet overflows.

Committed By: Jalaloedien Abrahams
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6890 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 0 deletions
resources/css/kt-framing.css
... ... @@ -1928,6 +1928,7 @@ hr {
1928 1928 z-index:99;
1929 1929 margin: 8px 0 10px 0;
1930 1930 background-color:#FFFFFF;
  1931 + overflow: auto;
1931 1932 }
1932 1933  
1933 1934 .ktError .dashboard_block_body
... ... @@ -1935,6 +1936,7 @@ hr {
1935 1936 z-index:99;
1936 1937 margin: 0;
1937 1938 background-color: #ffdd80;
  1939 + overflow: auto;
1938 1940 }
1939 1941  
1940 1942 .ktInfo .dashboard_block_body
... ... @@ -1942,6 +1944,7 @@ hr {
1942 1944 z-index:99;
1943 1945 margin: 0;
1944 1946 background-color: #DEDEDE;
  1947 + overflow: auto;
1945 1948 }
1946 1949  
1947 1950 .dashboard_block .dashboard_block_body .edit_action
... ...