From 06d970e61a7c91afa31d611de4f8a1a8430b5b8a Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 24 Jul 2019 09:35:13 -0400 Subject: [PATCH] Notification about the Grey Shadow issue First Reported 7/24/2019. Think it's a mobile Chrome issue. --- .../brewRenderer/notificationPopup/notificationPopup.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx index e530d1ffa..347422b86 100644 --- a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx +++ b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx @@ -4,7 +4,7 @@ const createClass = require('create-react-class'); const _ = require('lodash'); const cx = require('classnames'); //Unused variable -const DISMISS_KEY = 'dismiss_notification2-7-19'; +const DISMISS_KEY = 'dismiss_notification7-24-19'; const NotificationPopup = createClass({ getInitialState : function() { @@ -22,9 +22,9 @@ const NotificationPopup = createClass({ notifications : { psa : function(){ return
  • - Known bug: Missing letters in PDF
    - With the latest Chrome update, certain characters appear as blank spaces when generating a PDF.   - + Known bug: Grey Shadow Boxes
    + The shadows around certain brew elements such as notes and statblocks might appear as a solid grey box when generating a PDF.   +
    See this Reddit post for updates and possible workarounds.
  • ;