fix: overflow clip to prevent selector header from disapearing (#18649) (#19646)

Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
This commit is contained in:
Josh Wooding
2022-01-11 15:34:01 +00:00
committed by GitHub
parent b8ccf1283b
commit 513074e4c3

View File

@@ -49,7 +49,7 @@ $spec-list-width: 250px;
bottom: 0;
box-shadow: inset 0 0 10px #555;
left: 33%;
overflow: hidden;
overflow: clip;
position: absolute;
right: 0;
top: 0;