From 88851e84f070207581f5dfa78a94e52194a2281b Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 1 Jul 2021 17:54:04 +0800 Subject: ... --- .../src/views/timeline-common/TimelinePostEdit.css | 24 +--------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'FrontEnd/src/views/timeline-common/TimelinePostEdit.css') diff --git a/FrontEnd/src/views/timeline-common/TimelinePostEdit.css b/FrontEnd/src/views/timeline-common/TimelinePostEdit.css index 0c7deaa2..4ce98383 100644 --- a/FrontEnd/src/views/timeline-common/TimelinePostEdit.css +++ b/FrontEnd/src/views/timeline-common/TimelinePostEdit.css @@ -9,7 +9,7 @@ } .timeline-post-edit { - position: sticky; + position: sticky !important; bottom: 0; z-index: 1; } @@ -18,25 +18,3 @@ max-width: 100px; max-height: 100px; } - -.timeline-markdown-post-edit-page { - overflow: scroll; - max-height: 300px; -} - -.timeline-markdown-post-edit-image-container { - position: relative; - text-align: center; - margin-bottom: 1em; -} - -.timeline-markdown-post-edit-image { - max-width: 100%; - max-height: 200px; -} - -.timeline-markdown-post-edit-image-delete-button { - position: absolute; - right: 10px; - top: 2px; -} -- cgit v1.2.3