Skip to content

Commit

Permalink
fixes #3497 (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish020202 authored Dec 31, 2023
1 parent 58c1648 commit 7c924b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/activities.css
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ table {
top: 20%;
left: 20%;
background: rgba(255, 255, 255, 0.85) !important;
user-select: none;
-webkit-user-select: none;
}

Expand Down Expand Up @@ -1273,6 +1274,7 @@ input.timbreName {
border-style: solid;
border: 0 !important;
background: rgba(255, 255, 255, 0.85);
user-select: none;
-webkit-user-select: none;
overflow-y: scroll !important;
}
Expand All @@ -1285,6 +1287,7 @@ input.timbreName {
border-style: solid;
border: 0 !important;
background: rgba(255, 255, 255, 0.85);
user-select: none;
-webkit-user-select: none;
overflow-y: scroll !important;
}
Expand Down
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
input[type=range] {
height: 4px;
appearance: none;
-webkit-appearance: none;
width: 250px;
}
Expand Down

0 comments on commit 7c924b9

Please sign in to comment.