fix start page height

This commit is contained in:
nflnkr 2024-04-02 20:03:19 +03:00
parent 6034fa5168
commit df54d2c4e6
2 changed files with 2 additions and 3 deletions

@ -87,8 +87,7 @@ export const StartPageViewPublication = () => {
className="settings-preview-draghandle"
sx={{
borderRadius: 0,
// height: "100%",
minHeight: "100vh",
height: "100%",
width: "100%",
background:
settings.cfg.startpageType === "expanded"

@ -1,6 +1,6 @@
{
"name": "@frontend/squzanswerer",
"version": "1.0.11",
"version": "1.0.12",
"type": "module",
"main": "./dist-package/index.js",
"module": "./dist-package/index.js",