Skip to content

Commit 8f78558

Browse files
committed
Fix bottom height to show up scrollbar
1 parent 481a8f8 commit 8f78558

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/packages/ri-explain/src/styles

1 file changed

+1
-1
lines changed

redisinsight/ui/src/packages/ri-explain/src/styles/styles.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ body {
291291
padding-bottom: 3px !important;
292292

293293
position: absolute;
294-
bottom: 0px;
294+
bottom: 12px;
295295
width: 100%;
296296
}
297297

0 commit comments

Comments
 (0)