/* 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 . */ .popover { position: fixed; z-index: 100; } .popover .gap { height: 5px; padding-top: 5px; } .popover:not(.orientation-right) .preview-popup { margin-left: -55px; } .popover .add-to-expression-bar { margin-left: -55px; }