@maboussoleaidant/design-system 0.1.29 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2966,6 +2966,12 @@ button.mba-input-icon__icon:hover {
|
|
|
2966
2966
|
box-sizing: border-box;
|
|
2967
2967
|
}
|
|
2968
2968
|
|
|
2969
|
+
.mba-header--sticky {
|
|
2970
|
+
position: sticky;
|
|
2971
|
+
top: 0;
|
|
2972
|
+
z-index: 100;
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2969
2975
|
.mba-header__container {
|
|
2970
2976
|
display: flex;
|
|
2971
2977
|
align-items: center;
|