Skip to content

Commit 7b81ced

Browse files
authored
ok
1 parent 63883ab commit 7b81ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dbm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function infoSetup(t) {
113113
if (windowTop >= containerTop && windowTop <= containerBottom) {
114114
element.addClass("fixed");
115115
element2.style.display = "grid";
116-
element.css("top", "3px");
116+
element.css("top", "2px");
117117
//element.css("width", "50%");
118118
} else {
119119
element.removeClass("fixed");

styles/page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ form {
151151
.fixed {
152152
position: fixed;
153153
width: 25%;
154-
margin-left: calc(25% + 4%/2 - 2px);
154+
margin-left: calc(25% + 4%/2);
155155
/* other styles as needed */
156156
}
157157
.spot {

0 commit comments

Comments
 (0)