fix start page height
This commit is contained in:
parent
6034fa5168
commit
df54d2c4e6
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user