Commit 03ba9c09 authored by Simon Knox's avatar Simon Knox Committed by Miguel Rincon

Stop scrollbar stretching filtered search box

Limit the height of the bordered box, so the scrollbar appears
outside of it rather than increasing its height.
parent 6686e131
......@@ -265,6 +265,7 @@
flex: 1;
position: relative;
min-width: 0;
height: 2rem;
background-color: $input-bg;
}
......
---
title: Stop scrollbar stretching filtered search box
merge_request: 54574
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