1
0
Fork 0

Fix styles.

This commit is contained in:
Nicolas Perriault 2017-04-30 12:33:27 +02:00
parent 5da0c77551
commit 45b6ad6d5e
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 12 additions and 1 deletions

View File

@ -4,10 +4,21 @@ body {
overflow: hidden;
}
.column .panel {
min-height: calc(100vh - 20px);
max-height: calc(100vh - 20px);
}
.timeline {
overflow-y: auto;
overflow-x: hidden;
max-height: calc(100vh - 60px);
max-height: calc(100vh - 65px);
overflow: hidden;
overflow-y: scroll;
}
.notifications-panel .timeline {
max-height: calc(100vh - 100px);
}
.panel a {