Commit ca4eafe3 authored by Simon Knox's avatar Simon Knox Committed by Olena Horal-Koretska

Move to correct selector

Also delete a -webkit prefix that is not needed
parent 8ce3a303
......@@ -9,9 +9,15 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
&.sticky {
position: sticky;
position: -webkit-sticky;
top: $flash-container-top;
z-index: 251;
.flash-alert,
.flash-notice,
.flash-success,
.flash-warning {
@include gl-mb-4;
}
}
&.flash-container-page {
......
......@@ -1039,9 +1039,3 @@ $mr-widget-min-height: 69px;
.diff-file-row.is-active {
background-color: $gray-50;
}
.merge-request-container {
.flash-container {
@include gl-mb-4;
}
}
---
title: Reduce whitespace on MR page header
merge_request: 45966
author:
type: fixed
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