Skip to content

Commit 69d6fdc

Browse files
authored
Change popover position to absolute
1 parent 3d543c1 commit 69d6fdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,10 @@ code {
436436

437437
.popover {
438438
display: none;
439-
position: relative;
439+
position: absolute;
440440
top: 0;
441-
left: 0;
441+
left: 5%;
442+
width: 90%;
442443
background: #fff;
443444
border: 1px solid #eee;
444445
border-radius: 4px;

0 commit comments

Comments
 (0)