added style for fixed position header

This commit is contained in:
Kostya
2023-11-12 22:41:04 +03:00
parent 0aed423824
commit fd818428f7

View File

@@ -15,5 +15,14 @@ export default {
</script>
<style scoped>
.header {
margin-left: 88px;
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}
.header__content {
padding: 10px;
}
</style>