Dual toolbar in one page. but, one in view, one in page

Hello everyone. i want to use dual toolbar on application.
One in already view for navigation in application. but in one page i want to use another one.
my app.svelte structure is like this.
https://pastebin.ubuntu.com/p/bzqzJxZF47/
this is the structure of the page that i want to add second toolbar.
https://pastebin.ubuntu.com/p/Vx4Tmd6wVz/
I only found a way to use bottom:52px on that toolbar. which is not ideal. because page content got affected from this and bottom has like 104px unusable part. for this i had to recalculate page-content with vh and px. this is the only solution that i found. Do you have better ideas? or is this only way?