Fix issue with sizer-element overlapping buttons
This commit is contained in:
parent
9e8a526cc2
commit
9085802443
@ -10,6 +10,9 @@ define("PAGES", [
|
|||||||
"title" => "Notes",
|
"title" => "Notes",
|
||||||
"navbar" => true,
|
"navbar" => true,
|
||||||
"icon" => "far fa-sticky-note",
|
"icon" => "far fa-sticky-note",
|
||||||
|
"styles" => [
|
||||||
|
"static/css/home.css"
|
||||||
|
],
|
||||||
"scripts" => [
|
"scripts" => [
|
||||||
"static/Shuffle/dist/shuffle.min.js",
|
"static/Shuffle/dist/shuffle.min.js",
|
||||||
"static/js/home.js"
|
"static/js/home.js"
|
||||||
|
@ -16,7 +16,7 @@ foreach ($noteids as $n) {
|
|||||||
<?php
|
<?php
|
||||||
$colors = [
|
$colors = [
|
||||||
"F44336",
|
"F44336",
|
||||||
"EC407A",
|
"F06292",
|
||||||
"AB47BC",
|
"AB47BC",
|
||||||
"7E57C2",
|
"7E57C2",
|
||||||
"5C6BC0",
|
"5C6BC0",
|
||||||
|
10
static/css/home.css
Normal file
10
static/css/home.css
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/*
|
||||||
|
This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.sizer-element {
|
||||||
|
z-index: -100;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user