You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: why you are using overflow-y: scroll; instead of overflow-x on the .table-container property? Isn't it on the x-axis that the container is supposed to allow overflow? Just curious ... seems to work fine, regardless.
Hey dude!
Question: why you are using
overflow-y: scroll;instead of overflow-x on the.table-containerproperty? Isn't it on the x-axis that the container is supposed to allow overflow? Just curious ... seems to work fine, regardless.