Skip to content

Commit 5e867e9

Browse files
committed
Make sure the modal shows up on top
1 parent f9af386 commit 5e867e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/peek/views/rblineprof.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
position: absolute;
44
z-index: 10000;
55
left: 50%;
6+
top: 50px;
67
margin-left: -450px;
78

89
pre,
@@ -11,7 +12,6 @@
1112
}
1213
}
1314

14-
1515
.peek-dropdown {
1616
background: #fff;
1717
position: absolute;

0 commit comments

Comments
 (0)