SiteWriter/static/css/analy_reports.css

11 lines
287 B
CSS
Raw Normal View History

2018-05-02 19:19:16 -06:00
/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
.list-group-scrolly {
max-height: 60vh;
overflow-y: scroll;
padding: 5px;
}