Skip to content
Snippets Groups Projects
Commit 61ff3878 authored by Oleksandr Tymoshchuk's avatar Oleksandr Tymoshchuk Committed by Bohdan Melnychuk
Browse files

Issue #3409828: Add a z-index to the button so that it is not covered by the content

parent 5f6b6f77
No related branches found
No related tags found
1 merge request!11refs #3409828: add z-index to the button
button.darkmode-toggle {
z-index: 9999;
}
......@@ -9,3 +9,7 @@ initiator:
- core/drupal
- darkmode/darkmodejs
- core/once
darkmodecss:
css:
theme:
css/styles.css: {}
......@@ -73,6 +73,7 @@ class DarkmodeSwitcherBlock extends BlockBase implements ContainerFactoryPluginI
],
'library' => [
'darkmode/initiator',
'darkmode/darkmodecss',
],
],
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment