diff options
| author | 2022-10-05 23:40:59 +0200 | |
|---|---|---|
| committer | 2022-10-05 23:40:59 +0200 | |
| commit | 89202922b1353f7fa3ab1bc6849e98f7f243cf9d (patch) | |
| tree | f65ed88dbcdf8498b6033ecabb2f41c7659d0374 /app/views/index/normal.phtml | |
| parent | 82c4a54fea408a20445b04feea5f533c21b942f6 (diff) | |
Slider: Block Page for one scrollbar; Scrollbar width normal (#4692)
* Block page if slider is open; Hides the double page scrollbar
* Slider scrollbar default width
* Update frss.rtl.css
* Add user Cyb10101 to credits
* make fix-all
* make fix-all (second pass)
Co-authored-by: mathContao <math-home@web.de>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views/index/normal.phtml')
| -rw-r--r-- | app/views/index/normal.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index c1c46e877..6f7c47677 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -261,7 +261,7 @@ $today = @strtotime('today'); <?php endif; ?> <?php $class = $this->displaySlider ? ' active' : ''; ?> -<aside id="slider" class="scrollbar-thin<?= $class ?>"> +<aside id="slider" class="<?= $class ?>"> <a class="toggle_aside" href="#close"><img class="icon" src="../themes/icons/close.svg" loading="lazy" alt="❌"></a> <div id="slider-content"> </div> |
