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/subscription | |
| 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/subscription')
| -rw-r--r-- | app/views/subscription/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 3368c5ab0..76b6279b7 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -91,7 +91,7 @@ </main> <?php $class = isset($this->feed) || isset($this->category) ? ' 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"> <?php |
