Skip to content

Commit fd401b5

Browse files
committed
Missing semicolon for style
1 parent 4d72d47 commit fd401b5

File tree

1 file changed

+1
-1
lines changed
  • src/Geta.NotFoundHandler.Admin/wwwroot/GetaNotFoundHandlerAdmin/js

1 file changed

+1
-1
lines changed

src/Geta.NotFoundHandler.Admin/wwwroot/GetaNotFoundHandlerAdmin/js/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
var modalContent = document.querySelector(dialogSelector + " .modal-content");
5454
if(!modalContent) { return; }
5555

56-
modalContent.style = "max-height: 300px"; // we can't use here vh, due to iframe viewport, viewport is not static when scrollable
56+
modalContent.style = "max-height: 300px;"; // we can't use here vh, due to iframe viewport, viewport is not static when scrollable
5757
});
5858
});
5959
}

0 commit comments

Comments
 (0)