| 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 |
|