Fixed profile-top-navigation z-index

This commit is contained in:
Grzegorz Leoniec 2019-01-16 19:11:18 +01:00
parent a676daef3e
commit 4db152575a
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -398,7 +398,7 @@ export default {
.profile-top-navigation {
position: sticky;
top: 53px;
z-index: 1;
z-index: 2;
}
.ds-tab-nav {