-1👍
The fixed
and scroll-off-screen
props are not intended for v-toolbar
. Rather you should use those props with v-app-bar
instead of v-toolbar
, since the latter is deprecated in 2.x.
To keep the toolbar fixed at the top of the page:
<v-app-bar fixed>
Source:stackexchange.com