💄 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>
|
<style scoped>
|
||||||
.titlebar {
|
.titlebar {
|
||||||
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
height: 55px;
|
height: 55px;
|
||||||
background-color: var(--titlebar-color);
|
background-color: var(--titlebar-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user