diff --git a/assets/css/global.css b/assets/css/global.css index 59ab27a..b5d914f 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -11,6 +11,12 @@ html { -webkit-font-smoothing: antialiased; } +body::-webkit-scrollbar { + display: none; + -ms-overflow-style: none; + scrollbar-width: none; +} + * { box-sizing: border-box; } diff --git a/components/ui/Menu.vue b/components/ui/Menu.vue new file mode 100644 index 0000000..6e99069 --- /dev/null +++ b/components/ui/Menu.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/components/ui/TheHeader.vue b/components/ui/TheHeader.vue index 0295fa2..35f7ab5 100644 --- a/components/ui/TheHeader.vue +++ b/components/ui/TheHeader.vue @@ -23,11 +23,13 @@ + -