/**
 * @link      https://github.com/oonne/yii2-scroll-top
 * @copyright Copyright (c) JAY
 */

.oonne-scroll-top {
    display: none;
    z-index: 10240;
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(50, 50, 50, .9);
    color: #fff;
    text-align: center;
    cursor: pointer;
}