app/assets/lookbook/css/app.css in lookbook-0.2.4 vs app/assets/lookbook/css/app.css in lookbook-0.3.0.beta.0

- old
+ new

@@ -32,6 +32,34 @@ stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; } + + .h-fill { + height: -webkit-fill-available; + } + + .min-h-fill { + min-height: -webkit-fill-available; + } + + ::-webkit-scrollbar { + width: 8px; + height: 8px; + } + + ::-webkit-scrollbar-track { + background: transparent; + } + + ::-webkit-scrollbar-thumb { + @apply bg-gray-300 transition-colors; + border-radius: 6px; + border: 2px solid transparent; + background-clip: content-box; + } + + ::-webkit-scrollbar-thumb:hover { + @apply bg-gray-400; + } }