Fixed z-index issue

This commit is contained in:
Erik Tiekstra
2021-09-28 10:31:14 +02:00
parent b2bd0fc293
commit c8c67b2a11
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
@import 'variables/gutters';
@import 'variables/z-index';
.employees-list {
position: relative;
z-index: $msfa__z-index-default;
// &__column-head {
// // padding: 0;
// }