fix(thread-list): Invisible div extending into thread list blocks clicks

This commit is contained in:
Ben Gotow 2016-02-24 19:51:36 -08:00
parent b2074eefc6
commit 9f047359e6

View file

@ -39,7 +39,7 @@
width: 100%;
flex-shrink:100;
height:49px;
height:38px;
z-index: 10000;
-webkit-app-region: drag;
@ -197,7 +197,7 @@ body.is-blurred {
white-space: nowrap;
text-overflow: ellipsis;
align-items: center;
&:first-child {
padding-left: @padding-base-horizontal - 4;
}