added style for fixed position aside

This commit is contained in:
Kostya
2023-11-12 22:40:17 +03:00
parent be0ff3bc56
commit 0aed423824

View File

@@ -13,5 +13,12 @@ export default {
</script>
<style>
.bar {
width: 88px;
height: 100vh;
background: #1D202B;
position: fixed;
top: 0;
left: 0;
}
</style>