1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

Ensure horizontal grip shows on last column

This commit is contained in:
Chen-I Lim 2020-12-10 10:19:34 -08:00
parent ee71e31dfe
commit e74723e699

View File

@ -1,6 +1,7 @@
.HorizontalGrip {
width: 5px;
cursor: ew-resize;
flex-shrink: 0;
&:hover {
background-color: rgba(90, 192, 255, 0.7);