<template> <NuxtLayout> <NuxtPage /> </NuxtLayout> </template> <style> /* #__nuxt * { border: 1px solid rgba(255,255,0,0.3) } */ html, body { overscroll-behavior-x: none; } </style>