mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Remove baseline in admin
This commit is contained in:
parent
8c3964279f
commit
7c931c36ae
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 83 B |
@ -27,7 +27,6 @@ export class App extends React.Component { // eslint-disable-line react/prefer-s
|
||||
<div>
|
||||
<NotificationsContainer onHideNotification={this.props.onHideNotification} notifications={this.props.notifications}></NotificationsContainer>
|
||||
<div className={styles.container}>
|
||||
<div className={styles.baseline}></div>
|
||||
{React.Children.toArray(this.props.children)}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -9,17 +9,3 @@
|
||||
.container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.baseline {
|
||||
display: none;
|
||||
z-index: 100001;
|
||||
opacity: .2;
|
||||
position: absolute;
|
||||
top:0; left:0;
|
||||
width: 100%;
|
||||
height: 500%;
|
||||
min-height: 100%;
|
||||
//background: url('../../assets/images/baseline-18.png');
|
||||
background: url('../../assets/images/baseline-20.png');
|
||||
pointer-events: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user