Disabled dragging

This commit is contained in:
BuildTools 2021-03-03 12:14:00 +01:00
parent d7c828636d
commit 95e9a37898
4 changed files with 14 additions and 11 deletions

View file

@ -31,6 +31,12 @@ background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb",endColorstr="#fc466b",GradientType=1);
background-repeat: no-repeat;
overflow: hidden
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
header {
@ -123,6 +129,3 @@ footer a:hover {
height: 300px;
position: relative;
}
#audio {
float: right;
}