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" className="settings-preview-draghandle"
sx={{ sx={{
borderRadius: 0, borderRadius: 0,
// height: "100%", height: "100%",
minHeight: "100vh",
width: "100%", width: "100%",
background: background:
settings.cfg.startpageType === "expanded" settings.cfg.startpageType === "expanded"

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