Fix scrolling and tools

This commit is contained in:
Alexei Stukov 2017-06-18 08:03:34 +03:00 committed by GitHub
parent 4fc5abe092
commit da082999cb
1 changed files with 8 additions and 0 deletions

View File

@ -2122,6 +2122,14 @@
transition: background-color .15s ease,border .15s ease;
}
#bd-settingspane-container .scroller-wrap {
height: 100%;
}
#bd-settingspane-container .scroller-wrap .scroller {
display: flex;
}
/*BD BLUE*/
.bd-blue .bd-pfbtn { background: #3a71c1; }
.bd-blue .bot-tag {background: #3a71c1;}