Skip to content

Commit 5b304a1

Browse files
authored
fix(ui): increase z-index for layer data source dropdowns, which were appearing below pinned panels (#595)
1 parent 22b49f9 commit 5b304a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/layer_data_sources_tab.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
flex-direction: column;
2626
flex: 1;
2727
height: 0px;
28+
z-index: 1;
2829
}
2930

3031
.neuroglancer-layer-data-source-url-input input.autocomplete-input {

0 commit comments

Comments
 (0)