|
@@ -10,8 +10,7 @@ section#notifications-drawer
|
|
border-radius: 2px
|
|
border-radius: 2px
|
|
max-height: calc(100vh - 28px - 36px)
|
|
max-height: calc(100vh - 28px - 36px)
|
|
color: black
|
|
color: black
|
|
- padding-top 36px;
|
|
|
|
- overflow: scroll
|
|
|
|
|
|
+ padding-top 36px
|
|
|
|
|
|
a:hover
|
|
a:hover
|
|
color: belize !important
|
|
color: belize !important
|
|
@@ -66,3 +65,5 @@ section#notifications-drawer
|
|
display: block
|
|
display: block
|
|
padding: 0px 16px
|
|
padding: 0px 16px
|
|
margin: 0
|
|
margin: 0
|
|
|
|
+ height: calc(100vh - 102px)
|
|
|
|
+ overflow-y: scroll
|