Skip to content

Commit d938c6d

Browse files
committed
Change fixed height
1 parent 2484df8 commit d938c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/bundestag/Profile.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<div
128128
style="display: inline-flex; width: 100%; overflow-y: auto; {fullscreen
129129
? 'max-height: 92vh;'
130-
: 'max-height: 800px;'}"
130+
: 'max-height: 720px;'}"
131131
>
132132
<div style="width:70%; margin: 1rem;">
133133
<ExpansionPanels multiple flat bind:value>

0 commit comments

Comments
 (0)