made contacts page

This commit is contained in:
Fedor Katurov 2022-11-10 16:21:06 +06:00
parent 884b2ea507
commit 623fa7b7fd
16 changed files with 346 additions and 25 deletions

View file

@ -1,5 +1,5 @@
<template>
<div>
<div :class="$style.wrapper">
<div :class="$style.header_container">
<div :class="$style.header_content">
<LayoutHeader />
@ -15,6 +15,10 @@
<style lang="scss" module>
@import "@/assets/css/mixins";
.wrapper {
height: 100%;
}
.header_container {
position: sticky;
top: 0;