Adds fancy scrollbar
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="section intro">
|
||||
<h2>Cloud Backup & Restore</h2>
|
||||
<p class="intro">
|
||||
Cloud backup and restore is an optional feature, that enabled you to upload your
|
||||
Cloud backup and restore is an optional feature, that enables you to upload your
|
||||
config to the internet, and then restore it on any other device or instance of Dashy.
|
||||
<br><br>
|
||||
All data is fully end-to-end encrypted with AES, using your password as the key.
|
||||
|
||||
@@ -126,6 +126,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import '@/styles/style-helpers.scss';
|
||||
|
||||
pre {
|
||||
color: var(--config-code-color);
|
||||
@@ -204,6 +205,7 @@ div.code-container {
|
||||
|
||||
.tab-item {
|
||||
overflow-y: auto;
|
||||
@extend .scroll-bar;
|
||||
background: var(--config-settings-background);
|
||||
&.main-tab {
|
||||
min-height: 500px;
|
||||
|
||||
Reference in New Issue
Block a user