Merge pull request #1230 from vector-im/SimonBrandner/fix/settings-overflow

This commit is contained in:
Šimon Brandner
2023-07-11 12:08:54 +02:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ limitations under the License.
padding: 0;
margin: 0 auto 24px auto;
gap: 16px;
overflow: scroll;
overflow-y: auto;
max-width: 100%;
}