From 78ba5e35a314d0f5892cf4e582f1868364bf417a Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 15 Jun 2022 15:37:08 +0000 Subject: [PATCH] Fix waveform on a message bubble (#8852) Signed-off-by: Suguru Hirahara --- res/css/views/audio_messages/_PlaybackContainer.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/audio_messages/_PlaybackContainer.scss b/res/css/views/audio_messages/_PlaybackContainer.scss index 1411134c39..ebfcf229b0 100644 --- a/res/css/views/audio_messages/_PlaybackContainer.scss +++ b/res/css/views/audio_messages/_PlaybackContainer.scss @@ -61,7 +61,6 @@ limitations under the License. height: 30px; // same height as mx_Waveform, needed for automatic vertical centering .mx_Waveform { - position: absolute; left: 0; top: 0; }