Show scrollbar on smaller screens

This commit is contained in:
Alicia Sykes 2021-06-09 14:03:32 +01:00
parent 7ab32686ba
commit 089ceb3e56
1 changed files with 3 additions and 0 deletions

View File

@ -164,14 +164,17 @@ export default {
</script>
<style scoped lang="scss">
@import '@/styles/style-helpers.scss';
div.cloud-backup-restore-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
text-align: center;
overflow: auto;
height: 100%;
background: var(--config-settings-background);
color: var(--config-settings-color);
@extend .scroll-bar;
.section {
display: flex;