daisyui 4.4.14 → 4.4.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/full.css +1 -4
- package/dist/styled.css +0 -4
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +0 -4
- package/dist/unstyled.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -3084,10 +3084,7 @@ html {
|
|
|
3084
3084
|
overflow-y: auto;
|
|
3085
3085
|
overscroll-behavior: contain;
|
|
3086
3086
|
height: 100vh;
|
|
3087
|
-
height: 100dvh
|
|
3088
|
-
scrollbar-width: none}
|
|
3089
|
-
.drawer-side::-webkit-scrollbar {
|
|
3090
|
-
display: none}
|
|
3087
|
+
height: 100dvh}
|
|
3091
3088
|
.drawer-side > .drawer-overlay {
|
|
3092
3089
|
position: sticky;
|
|
3093
3090
|
top: 0px;
|
package/dist/styled.css
CHANGED