git ssb

16+

Dominic / patchbay



Commit 1d7dbb5c6e686bd2ced063869d27d82cd1111a1f

.screen overflow-y is hidden, to prevent unnecessary scrollbar appearing. for some reason this only effects threads?

Dominic Tarr committed on 7/4/2016, 10:55:00 PM
Parent: fe511cc62a6aab83d5e7bcb9f994fa95af6d5ec1

Files changed

style.csschanged
style.cssView
@@ -5,8 +5,9 @@
55 .screen {
66 position: absolute;
77 top: 0px; bottom: 0px;
88 left: 0px; right: 0px;
9+ overflow-y: hidden;
910 }
1011
1112 .column {
1213 display: flex;

Built with git-ssb-web