💄 Make titlebar stick at the top of the page
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user