@@ -342,14 +342,13 @@ export default ManageNotification;
.notification {
position: relative;
flex: 1;
- background: #ffffff;
- overflow-y: auto;
- overflow-x: hidden;
- height: 100%;
+ overflow-y: auto;
+ overflow-x: hidden;
+ height: 100%;
// padding: 20px;
display: flex;
flex-direction: column;
- background: #f8f9fc;
+ background: rgb(244, 245, 249) !important;
&.overflowHidden {
overflow: hidden;
@@ -367,14 +367,13 @@ export default ManageNotification;
overflow-y: auto;
overflow-x: hidden;
height: 100%;