mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added id to layout
This commit is contained in:
parent
18ecc75255
commit
b1e490d83f
@ -5,7 +5,7 @@ import * as antd from "antd"
|
||||
import { BottomBar, Drawer, Sidedrawer, Modal } from "components/Layout"
|
||||
|
||||
export default (props) => {
|
||||
return <antd.Layout className={classnames("app_layout", ["mobile"])} style={{ height: "100%" }}>
|
||||
return <antd.Layout id="app_layout" className={classnames("app_layout", ["mobile"])}>
|
||||
<Modal />
|
||||
|
||||
<antd.Layout.Content className={classnames("content_layout", ...props.layoutPageModesClassnames ?? [])}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user