Fixing z-index for modals; Revisit tapfinish on tracks for context menu, fixes #319
This commit is contained in:
@ -2531,8 +2531,7 @@ footer {
|
||||
|
||||
main {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
z-index: 1; }
|
||||
min-height: 100vh; }
|
||||
main .content-wrapper {
|
||||
padding: 40px 40px 80px; }
|
||||
main a {
|
||||
@ -3742,9 +3741,14 @@ input[type="submit"] {
|
||||
.actions .context-menu-trigger:hover {
|
||||
cursor: pointer;
|
||||
color: #32b5f2 !important; }
|
||||
.context-menu-trigger .icon {
|
||||
pointer-events: none; }
|
||||
h4 .context-menu-trigger,
|
||||
h4 .context-menu-trigger:active {
|
||||
margin: -8px 0 0 10px; }
|
||||
@media (max-width: 800px) {
|
||||
.context-menu-trigger {
|
||||
padding: 12px; } }
|
||||
|
||||
.list__item {
|
||||
-webkit-touch-callout: none;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -98,7 +98,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1538593142";
|
||||
var build = "1538640529";
|
||||
var version = "3.27.1";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user