﻿
/* ===================================================
 * style.inline-popover.css
 * ===================================================
 * Represents a container for a popover, that is not
 * used as a toggled popover. This popover is visible
 * all the time.
 * =================================================== */

/* Represents the container for inline popovers */
.inline-popover {
    position: relative;
}
.inline-popover .popover {
    display: block !important;
}