Commit d92b7e46 authored by Ahmed Awan's avatar Ahmed Awan
Browse files

[25.0] Fix select field cut off in dataset view

The `.tab-content-panel` class was not full height of the container, and therefore, selects were being cut off below the content height. Changed it to 100% height and selects work fine now.

Fixes https://github.com/galaxyproject/galaxy/issues/20817
parent 3118cd2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -318,6 +318,7 @@ watch(
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}

.auto-download-message {