PluginProbe
Selection Lite / 1.12
Selection Lite v1.12
trunk 1.0 1.1 1.10 1.11 1.12 1.14 1.15 1.16 1.17 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
selection-lite / css / sticky-effect.css

sticky-effect.css in Selection Lite 1.12, at css/sticky-effect.css

26 lines 636 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * * Selection Lite
3 * * Carefully selected Elementor addons bundle, for building the most awesome websites
4 * *
5 * * @encoding UTF-8
6 * * @version 1.12
7 * * @copyright (C) 2018 - 2023 Merkulove ( https://merkulov.design/ ). All rights reserved.
8 * * @license GPLv3
9 * * @contributors merkulove, vladcherviakov, phoenixmkua, podolianochka, viktorialev01
10 * * @support help@merkulov.design
11 * **/
12 .mdp-selection-section-sticky {
13 position: fixed;
14 left: 0;
15 right: 0;
16 }
17
18 .mdp-selection-section-sticky-hide {
19 display: none;
20 }
21
22 .mdp-selection-column-sticky {
23 position: fixed;
24 top: 0;
25 }
26