Skip to content
Discussion options

You must be logged in to vote

On the 3rd question I just tested the expansion tab and button separately like this and seems to work fine.

with ui.expansion('Task', icon='task', value=True):
    with ui.tabs().props('vertical').classes('w-full'):
        for i in range(15):
            ui.tab(f'Task{i}')

with ui.page_sticky(position='bottom-left'):
    ui.button(on_click=lambda: None, icon='menu').props('fab')


If you see, my button still remains on top and when I hover over the tab, they are below the button.

So I suppose the page_sticky as you have used should work, this one I am not really sure what the issue is.


On the 4th question, I suppose you are asking to make the ui.scroll_area full height of the page? Actu…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Anindya088
Comment options

@Anindya088
Comment options

Answer selected by Aues6uen11Z
@Aues6uen11Z
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants