Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhainaFathimaM authored Aug 9, 2024
1 parent f18e81b commit 1a9b832
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ body {
font-family: 'Poppins', sans-serif;
background: #dcdcdc !important;
overflow-x: hidden;
user-select: none; /* Disable text selection in all browsers */
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
}

/* Scrollbar */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 1a9b832

Please sign in to comment.