remove z-index from audit trail css so it doens't colide with language dropdown

This commit is contained in:
Mads Rasmussen
2018-08-07 14:50:22 +02:00
parent a4155ad6d8
commit af8dc17f5e

View File

@@ -70,7 +70,6 @@
margin: 0 0 0 14px;
background-color: @gray-8;
position: absolute;
z-index: 0;
}
.history-item {
@@ -78,7 +77,6 @@
align-items: center;
margin-bottom: 24px;
position: relative;
z-index: 1;
}
.history-item__avatar {