Fixed issue #1 and #3

This commit is contained in:
Maxim Stewart 2020-03-01 20:36:44 -06:00
parent 7a8ef60569
commit 66b687f6b9
1 changed files with 15 additions and 26 deletions

View File

@ -4,7 +4,21 @@ body {
overflow: hidden;
}
ul, li { list-style: none; }
ul, li {
list-style: none;
}
li {
margin: 0.5em 0em;
-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; /* Non-prefixed version, currently
supported by Chrome, Opera and Firefox */
}
/* IDs */
@ -49,23 +63,6 @@ ul, li { list-style: none; }
overflow: auto;
}
#editSelectionContainer {
width: 100%;
height: auto;
white-space: nowrap;
display: block;
overflow-x: auto;
}
#editSelectionContainer > ul {
display: block;
overflow: auto;
}
#editSelectionContainer > ul > li {
float: left;
}
#inputId {
display: none;
}
@ -121,14 +118,6 @@ ul, li { list-style: none; }
margin: 1em 0em;
padding: 1.5em;
text-align: center;
-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; /* Non-prefixed version, currently
supported by Chrome, Opera and Firefox */
}
.sessionLI:hover {