@dryui/ui 0.2.0 → 0.2.1

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.
@@ -26,6 +26,7 @@
26
26
  <style>
27
27
  [data-command-palette-list] {
28
28
  overflow-y: auto;
29
+ overscroll-behavior: contain;
29
30
  padding: var(--dry-space-1);
30
31
  min-height: 0;
31
32
  scrollbar-width: thin;
@@ -153,6 +153,7 @@
153
153
  max-height: 24rem;
154
154
  display: grid;
155
155
  grid-template-columns: minmax(0, min(var(--dry-cmd-max-width), 90vw));
156
+ grid-template-rows: auto minmax(0, 1fr);
156
157
 
157
158
  transition:
158
159
  opacity var(--dry-duration-normal) var(--dry-ease-spring-soft),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dryui/ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "author": "Rob Balfre",
5
5
  "license": "MIT",
6
6
  "repository": {