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,9 +378,11 @@ export default class DraggableDrawer extends Component {
|
||||
className="draggable-drawer_body_background"
|
||||
/>
|
||||
|
||||
<div className="draggable-drawer_content">
|
||||
{this.props.children}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}}
|
||||
</Motion>,
|
||||
|
@ -112,6 +112,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
.draggable-drawer_content {
|
||||
position: relative;
|
||||
|
||||
z-index: 100;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user