mirror of https://github.com/Lissy93/dashy.git
Show scrollbar on smaller screens
This commit is contained in:
parent
7ab32686ba
commit
089ceb3e56
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue