@d-i-t-a/reader 2.0.0-beta.19 → 2.0.0-beta.21

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.
@@ -227,7 +227,6 @@
227
227
  text-overflow: ellipsis;
228
228
  max-width: 22rem;
229
229
  min-width: 100px;
230
- font-size: small;
231
230
  z-index: 1000;
232
231
  border: 1px dotted #5b5852;
233
232
  }
package/dist/reader.css CHANGED
@@ -254,6 +254,7 @@ a {
254
254
  * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.
255
255
  */
256
256
  .error {
257
+ position: fixed;
257
258
  z-index: 20;
258
259
  background-color: rgba(255, 255, 255, 0.875);
259
260
  color: #d0343a;