sandoche / Darkmode.js

🌓 Add a dark-mode / night-mode to your website in a few seconds
https://darkmodejs.learn.uno
MIT License
2.71k stars 175 forks source link

not working with bootstrap framework #58

Closed xujaan closed 3 years ago

xujaan commented 3 years ago

it's only change the background, any others component still the same

sandipsubedi commented 3 years ago

I am seeing the same issue. Wondering if anyone else is able to use it on Bootstrap4

sandipsubedi commented 3 years ago

This solved most of the issue

.darkmode-layer, .darkmode-toggle { z-index: 500; }

Got it from here: https://github.com/sandoche/Darkmode.js/issues/44