Skip to content
Snippets Groups Projects
Commit 61beee8b authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

Resolve "Barrierefreiheit: Blubber für 200%"

Closes #4023

Merge request studip/studip!2872
parent e3241f20
No related branches found
No related tags found
No related merge requests found
.blubber_panel { .blubber_panel {
display: flex; display: flex;
align-items: stretch; align-items: stretch;
height: calc(100vh - 174px); height: calc(100vh - 130px);
transition: opacity 100ms, filter 100ms; transition: opacity 100ms, filter 100ms;
&.waiting { &.waiting {
filter: blur(1px); filter: blur(1px);
...@@ -520,4 +520,7 @@ ol.tagcloud { ...@@ -520,4 +520,7 @@ ol.tagcloud {
.blubber_thread { .blubber_thread {
margin-right: 0; margin-right: 0;
} }
.blubber_threads_widget .sidebar-widget-content {
max-height: calc(100vh - 230px);
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment