I am having some difficulties with selectInput. I can't find a way (neither by trying or on the Forum), which when selected keeps the entries in the foreground. If I have more than two entries they end up behind the tabpanel. I could just make a longer box, what would cause a limitation to the entries and not look very good, so I would like to avoid that.
Thanks if anybody can help and thanks for reading!
Also sorry if the question has already been answered and I overlooked it.
Hello, in terms of CSS, the way things render in front or behind is based on z-index property, so its the kind of thing that could be adjusted by style tag. either generally as a css rule in your style sheet for all elements of a certain type, or by a style tag on some shiny UI, to adjust only that.
Rather than try to push the selectize stuff forward, I have a suspicion it would be easier to move the tabpanel a little back.