0
Good afternoon, all right?
I need a table to scroll on the x-axis if the table width is larger than the container width. If I do this, it will work:
overflow-x: auto;
overflow-y: hidden;
But I need the overflow-y to be Visible, because at the end of the table there is a select, and when I open select it appears cut.
If I put:
overflow-y: visible;
It puts a scroll vertically too.
If anyone has any light, I’d appreciate it.
Hello! I tested on Jsfiddle what you want to do, and it worked. In case I’m wrong, please clarify your question further.
– Léo
Hello, all right? Sorry, I forgot to clarify some things... I’m using the Chosen select. The default select works normally even, since Chosen does not work.
– rgralb
Here’s an example of my doubt Jsfiddle
– rgralb
That’s the closest I’ve come so far, take a look Jsfiddle @Lioo
– rgralb
Okay, I’ve seen your code and you’re doing exactly what you want, right? You’re not cutting the
select
. If it’s not that, what do you want to do?– Léo
That’s right, but then he doesn’t respect the side scroll, that I needed :/
– rgralb
Ah, so you want the
select
do not accompany the side scroll, is that it? That disappear from the screen after scroll?– Léo