We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75391d commit 299f803Copy full SHA for 299f803
src/App.css
@@ -44,6 +44,18 @@
44
-moz-osx-font-smoothing: grayscale;
45
}
46
47
+/*
48
+ * Set scrollbar-gutter to prevent sidebar-induced layout shift on Windows
49
+ * https://github.com/saadeghi/daisyui/issues/2859#issuecomment-2383862183
50
+ * https://github.com/saadeghi/daisyui/discussions/3246#discussioncomment-11738876
51
+ */
52
+html {
53
+ scrollbar-gutter: auto !important;
54
+}
55
+html:has(body.content-overflow-y) {
56
+ scrollbar-gutter: stable !important;
57
58
+
59
.logo {
60
@apply h-48 p-6 transition duration-1000;
61
will-change: filter;
0 commit comments