Skip to content

Commit 84e78b3

Browse files
committed
Fixing bootstrap related positioning bug
1 parent d10770e commit 84e78b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

assets/css/bubble.css

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
}
1616

1717
.js-bbl {
18+
box-sizing: content-box;
19+
1820
position: absolute;
1921
bottom: 15px;
2022
z-index: 9000;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcejs-comments",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "SourceJS plugin for spec comments",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)