This is an automated email from the ASF dual-hosted git repository.

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new 9869f05b [Bugfix] Fix copy error (#432)
9869f05b is described below

commit 9869f05b1a9bd67cdc1274f53c5c73f35aab8792
Author: xiaomo <[email protected]>
AuthorDate: Wed Jun 19 11:58:22 2024 +0800

    [Bugfix] Fix copy error (#432)
---
 paimon-web-ui/src/assets/styles/main.scss | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/paimon-web-ui/src/assets/styles/main.scss 
b/paimon-web-ui/src/assets/styles/main.scss
index d7ba02ff..f7628b3f 100644
--- a/paimon-web-ui/src/assets/styles/main.scss
+++ b/paimon-web-ui/src/assets/styles/main.scss
@@ -19,10 +19,3 @@ html, body {
   margin: 0;
   padding: 0;
 }
-
-* {
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-}

Reply via email to