mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix styling issue in notifications drawer
The header of the notification drawer had a margin to the right side in Google Chrome caused by overflow: scroll on the #notifications-drawer element.
This commit is contained in:
parent
58ce859368
commit
9cacaafb8f
1 changed files with 3 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ section#notifications-drawer
|
|||
border-radius: 2px
|
||||
max-height: calc(100vh - 28px - 36px)
|
||||
color: black
|
||||
padding-top 36px;
|
||||
overflow: scroll
|
||||
padding-top 36px
|
||||
|
||||
a:hover
|
||||
color: belize !important
|
||||
|
|
@ -66,3 +65,5 @@ section#notifications-drawer
|
|||
display: block
|
||||
padding: 0px 16px
|
||||
margin: 0
|
||||
height: calc(100vh - 102px)
|
||||
overflow-y: scroll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue