fix: prevent selecting of text in the app

This commit is contained in:
benonymity 2022-12-07 15:41:32 -05:00
parent 96dde8cf31
commit ed5fb09007

View file

@ -1,5 +1,5 @@
<template>
<div class="w-full layout-wrapper bg-bg text-white">
<div class="select-none w-full layout-wrapper bg-bg text-white">
<app-appbar />
<div id="content" class="overflow-hidden relative" :class="playerIsOpen ? 'playerOpen' : ''">
<Nuxt />