panel icon indicating copy to clipboard operation
panel copied to clipboard

Regression in Panel or Bokeh; overpopulated tabs don't show arrow anymore

Open ahuang11 opened this issue 1 year ago • 3 comments
trafficstars

Haven't dug too deep, so not sure if it's a bokeh or panel issue.

import panel as pn
pn.extension()

pn.Tabs(*[(str(i), i) for i in range(100)], height=200, width=200, scroll=True)

ahuang11 avatar Feb 13 '24 00:02 ahuang11

@mattpap Did this change in Bokeh at some point?

philippjfr avatar Feb 18 '24 22:02 philippjfr

If we are talking about scroll arrows then it's a regression since 3.0 and new layout.

mattpap avatar Feb 18 '24 23:02 mattpap

Yup scroll arrows. That's quite unfortunate, although I'm surprised this flew under the radar until now.

philippjfr avatar Feb 19 '24 00:02 philippjfr