You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
The audio player div position should be fixed to the bottom. At the moment, if no data or not enough content is served, the audio player div breaks its position
To Reproduce
Steps to reproduce the behavior:
Load the app
On your code, (if you are using the mock data, reduce the content size or don't serve at all)
Reload the app
See the new position of the player
Expected behavior
A clear and concise description of what you expected to happen.
The audio player position should be fixed to the bottom at all times.
Screenshots
If applicable, add screenshots to help explain your problem.
Web (please complete the following information):
OS: [e.g. iOS] Linux (Ubuntu 18)
Browser [e.g. chrome, safari] Chromium
Version [e.g. 22] 69.0.3497.81 (Official Build)
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
* Fix Audio player should be fixed to bottom (#135)
* Remove parent scrollbar and add inner scrollbar (#54)
* Change position from fixed to sticky
* Remove overflow styles
* Fix: add z-index to aside to slide out lists from behind
* Remove console.log
Describe the bug
A clear and concise description of what the bug is.
The audio player div position should be fixed to the bottom. At the moment, if no data or not enough content is served, the audio player div breaks its position
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The audio player position should be fixed to the bottom at all times.
Screenshots
If applicable, add screenshots to help explain your problem.
Web (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: