Image added (#434)
* Image added * ImageMaximumBytes * FileController remove Authorized * ApplicationCore.Constants.AuthorizationConstants.AUTH_KEY * SavePicture in the interface. * IFileSystem in Core * WebFileSystem in Infrastructure * PictureUri removed from UpdateCatalogItemRequest * Modal scroll fix
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" />
|
||||
</environment>
|
||||
<link href="css/admin.css" rel="stylesheet" />
|
||||
|
||||
<script src="_content/BlazorInputFile/inputfile.js"></script>
|
||||
<script>
|
||||
|
||||
window.getCookie = (cname) => {
|
||||
@@ -55,6 +55,14 @@
|
||||
window.location = path;
|
||||
};
|
||||
|
||||
window.hideBodyOverflow = () => {
|
||||
document.body.classList.add("body-no-overflow");
|
||||
};
|
||||
|
||||
window.showBodyOverflow = () => {
|
||||
document.body.classList.remove("body-no-overflow");
|
||||
};
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user