@leavittsoftware/web 5.14.3 → 5.14.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/web",
3
- "version": "5.14.3",
3
+ "version": "5.14.4",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
41
41
  },
42
42
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
43
- "gitHead": "f3968929de5ff713e13ef62c3246b9a6589d979b"
43
+ "gitHead": "43942d5110521d6f735e65a4b7b1ac9c77c0943b"
44
44
  }
@@ -166,6 +166,8 @@ let TitaniumDrawer = class TitaniumDrawer extends LitElement {
166
166
 
167
167
  main {
168
168
  grid-area: content;
169
+ display: grid;
170
+ align-content: start;
169
171
  scrollbar-color: var(--md-sys-color-surface-container-highest) transparent;
170
172
  scrollbar-width: thin;
171
173
  overflow-y: auto;
@@ -294,8 +296,6 @@ let TitaniumDrawer = class TitaniumDrawer extends LitElement {
294
296
 
295
297
  @supports ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
296
298
  dialog::backdrop {
297
- background-color: rgba(255, 255, 255, 0.7);
298
- -webkit-backdrop-filter: blur(3px);
299
299
  backdrop-filter: blur(3px);
300
300
  /* Not supported yet */
301
301
  transition: backdrop-filter 0.5s ease;