We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63883ab commit 7b81cedCopy full SHA for 7b81ced
src/dbm.js
@@ -113,7 +113,7 @@ function infoSetup(t) {
113
if (windowTop >= containerTop && windowTop <= containerBottom) {
114
element.addClass("fixed");
115
element2.style.display = "grid";
116
- element.css("top", "3px");
+ element.css("top", "2px");
117
//element.css("width", "50%");
118
} else {
119
element.removeClass("fixed");
styles/page.css
@@ -151,7 +151,7 @@ form {
151
.fixed {
152
position: fixed;
153
width: 25%;
154
- margin-left: calc(25% + 4%/2 - 2px);
+ margin-left: calc(25% + 4%/2);
155
/* other styles as needed */
156
}
157
.spot {
0 commit comments