-
I have finally got round to using the tabs component and I see some strange behaviour happening where a scroll bar shows up in the tabs. I have tried to build an example app to replicate the behaviour but cannot get it to replicate the issue. The tab title aren't too long since resizing the window still shows the full title and the scroll bar disappears. I toyed with the idea of trying to fix this by using a roll with some CSS but I am fairly sure this isn't the intended behaviour. Any ideas on this? Is it my usage or a potential bug? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
See this issue Interesting you couldn't reproduce it. I wonder why? And if it disappeared in resize maybe there's something that could be added in the form show event to make it behave. |
Beta Was this translation helpful? Give feedback.
-
Similar to issue #159 I get a vertical scroll bar on zoom. I tried implementing the resolution and it didn't work. I also tried to do it for the -y direction for no avail:
Any other suggestions? |
Beta Was this translation helpful? Give feedback.
-
Is this showing up when the app is running in debug mode within the IDE? I
found this to be problematic.
Running the app in debug mode in a new tab or from the published url
eliminates this.
…On Wed, 25 May 2022, 2:30 am Luis Saenz, ***@***.***> wrote:
Debugging, it had something to do with the card role. I removed it and
that eliminates the vertical scroll wheel.
—
Reply to this email directly, view it on GitHub
<#300 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHTGL6B3URQ5QPMXZMUF5PDVLUN5NANCNFSM5R3WHHWA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
See this issue
#159
Interesting you couldn't reproduce it. I wonder why? And if it disappeared in resize maybe there's something that could be added in the form show event to make it behave.