mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 02:25:45 +02:00
fix: prevent selecting of text in the app
This commit is contained in:
parent
96dde8cf31
commit
ed5fb09007
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue