mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added drawer content div
This commit is contained in:
parent
9145a3419c
commit
6963bd10e1
@ -378,7 +378,9 @@ export default class DraggableDrawer extends Component {
|
|||||||
className="draggable-drawer_body_background"
|
className="draggable-drawer_body_background"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{this.props.children}
|
<div className="draggable-drawer_content">
|
||||||
|
{this.props.children}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
@ -112,6 +112,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.draggable-drawer_content {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
z-index: 100;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user