diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-09-24 19:57:12 +0200 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-09-24 19:57:12 +0200 |
commit | 2199a6fc307ac419420521404ab100f456d9f490 (patch) | |
tree | da3b2ca12d4f134b2275e5a897dcb77c469222dc | |
parent | 5bf2254204692066fbd5774097b1e3fbc33d0157 (diff) | |
download | FlightCore-2199a6fc307ac419420521404ab100f456d9f490.tar.gz FlightCore-2199a6fc307ac419420521404ab100f456d9f490.zip |
fix: disable user selection
-rw-r--r-- | src-vue/src/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css index b3c0e4a7..eee68edd 100644 --- a/src-vue/src/style.css +++ b/src-vue/src/style.css @@ -2,6 +2,7 @@ body { margin: 0; font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; --el-tabs-header-height: 60px; + user-select: none; } #fc_bg__container { @@ -11,4 +12,4 @@ body { width: 100%; position: fixed; filter: brightness(0.8); -}
\ No newline at end of file +} |