We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc1770 commit 70a7ec8Copy full SHA for 70a7ec8
styles/styles.css
@@ -315,3 +315,21 @@ main .usercentrics-loading-spinner {
315
width: 100%;
316
height: 100%;
317
}
318
+
319
+body.fullscreen .aside-bar-section {
320
+ position: absolute;
321
+ top: 0;
322
+ right: -70px;
323
+}
324
325
+body.fullscreen .social-teaser-wrapper {
326
+ display: none;
327
328
329
+body.fullscreen {
330
+ overflow-x: hidden;
331
332
333
+body.fullscreen .schedule .tab-navigation {
334
335
0 commit comments