Commit 9fd2e4167ee22d9669b351ab821f8d4e239639c6

Authored by Jalaloedien Abrahams
1 parent ec3eef2d

KTS-1779

"UI issue on workflow action page. "
Fixed. Fixed

Reviewed By: Kevin

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6380 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 2 deletions
resources/css/kt-framing.css
... ... @@ -36,8 +36,8 @@ body
36 36 border:1px ;
37 37 overflow: auto;
38 38 width: 80%;
39   - height: 450px;
40   - position: absolute;
  39 + min-height: 200px;
  40 + position: relative;
41 41 top:100;
42 42 left:100;
43 43 }
... ...