mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Avatar overlaped notifications #3515
This commit is contained in:
parent
4fc2d7b935
commit
b2c2067f7d
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ belize = #2980b9
|
||||||
|
|
||||||
section#notifications-drawer
|
section#notifications-drawer
|
||||||
position: fixed
|
position: fixed
|
||||||
top: 28px
|
top: 48px
|
||||||
right: 0
|
right: 0
|
||||||
width: 400px
|
width: 400px
|
||||||
background-color: #fafafa
|
background-color: #fafafa
|
||||||
|
|
@ -17,7 +17,7 @@ section#notifications-drawer
|
||||||
|
|
||||||
.header
|
.header
|
||||||
position: fixed
|
position: fixed
|
||||||
top 28px
|
top 48px
|
||||||
right 0
|
right 0
|
||||||
width calc(400px - 32px)
|
width calc(400px - 32px)
|
||||||
padding: 8px 16px
|
padding: 8px 16px
|
||||||
|
|
@ -63,7 +63,7 @@ section#notifications-drawer
|
||||||
|
|
||||||
ul.notifications
|
ul.notifications
|
||||||
display: block
|
display: block
|
||||||
padding: 0px 16px
|
padding: 0px 16px 0px 16px
|
||||||
margin: 0
|
margin: 0
|
||||||
height: calc(100vh - 102px)
|
height: calc(100vh - 122px)
|
||||||
overflow-y: scroll
|
overflow-y: scroll
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue