Skip to content

Commit 42b4687

Browse files
committed
Bugfix: widget in My Notes was unclickable
1 parent 2a3d9a1 commit 42b4687

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

public/assets/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/ui/buttons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ input:checked + .slider:before {
9393
*/
9494
.widgets-wrapper {
9595
position: fixed;
96-
bottom: 20px;
96+
bottom: 40px;
9797
right: 0;
98+
z-index: 6;
9899
}
99100

100101
/* Plus widget */

0 commit comments

Comments
 (0)