1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Ensure when TopicDetail is open document.body stops scrolling (#6285)

* fix: ensure TopicDetail locks the body when open

* chore: ensure 'overflow-hidden' is always available via safelist

* revert: prettier changes
This commit is contained in:
Neil
2024-07-30 22:05:20 +01:00
committed by GitHub
parent a1037d1db2
commit d7ff5b9abc
3 changed files with 16 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
future: {
hoverOnlyWhenSupported: true,
},
safelist: ['overflow-hidden'],
theme: {
extend: {
typography: {