lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
880 stars 62 forks source link

Adds fixed top menu option to shell #440

Closed pchemguy closed 1 week ago

pchemguy commented 1 week ago

If "fixed_top_menu" boolean is set to True on the "shell" component, the top navigation bar will be fixed at top. However, it spans the entire page width (probably, by design) regardless of layout used and works best with the fluid layout.

lovasoa commented 1 week ago

Great, thanks for your contribution !

lovasoa commented 1 week ago

@pchemguy I think this introduced a margin issue in some layouts:

image

Can you have a look at it ?