|
|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
body { display: flex; margin: 0; padding: 0; font-family: Lato, sans-serif; }
|
|
|
|
|
|
-.slack-context { display: inline-block; width: 250px; overflow-x: hidden; overflow-y: auto; background-color: #4D394B; background-position: bottom; background-repeat: no-repeat; }
|
|
|
+.slack-context { display: inline-block; max-height: 100%; width: 250px; overflow-x: hidden; overflow-y: auto; background-color: #4D394B; background-position: bottom; background-repeat: no-repeat; overflow: auto; }
|
|
|
.slack-chat-container { display: flex; flex-direction: column; flex: 1; overflow: hidden; padding: 0; }
|
|
|
|
|
|
.slack-context-channellist { padding-left: 0; list-style: none; }
|