Commit 6a49b4aa authored by Fatih Acet's avatar Fatih Acet Committed by Annabel Dunstone Gray

Only sticky flash notifications should have top value

parent 5ec7b744
......@@ -131,16 +131,16 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
}
}
.with-system-header .flash-container {
.with-system-header .flash-container.sticky {
top: $flash-container-top + $system-header-height;
}
.with-performance-bar {
.flash-container {
.flash-container.sticky {
top: $flash-container-top + $performance-bar-height;
}
&.with-system-header .flash-container {
&.with-system-header .flash-container.sticky {
top: $flash-container-top + $performance-bar-height + $system-header-height;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment