💄 Make titlebar stick at the top of the page

This commit is contained in:
2022-04-30 00:44:43 +02:00
parent 39f768ff0a
commit 1050ff1344

View File

@ -18,6 +18,8 @@ const routeName = computed(() => route.name);
<style scoped>
.titlebar {
position: fixed;
width: 100%;
height: 55px;
background-color: var(--titlebar-color);
display: flex;