Search code examples
admin-on-rest

What's the proper way to make the AppBar fixed?


How can I make the AppBar fixed to the top while letting only the content scroll vertically?


Solution

  • You'll have to take the custom app route for that:

    • get started by following the documentation
    • implement your own AppBar component customizing the Material UI component. You can copy/paste the original code from here

    You will probably have to customize it with the style prop.