Fix comparison view dropdown z-index

Summary: Looks like the dropdown was below the file headers

Reviewed By: markbt

Differential Revision: D49784126

fbshipit-source-id: be070ddeb61048c488276e5ddffda900096caaac
This commit is contained in:
Evan Krause 2023-09-29 13:10:26 -07:00 committed by Facebook GitHub Bot
parent c4798c29e7
commit 6eebab5566

View File

@ -29,6 +29,10 @@
align-items: center;
}
.comparison-view-header vscode-dropdown {
z-index: 2;
}
.comparison-view-details {
overflow-x: hidden;
overflow-y: scroll;