This commit is contained in:
Maciej Caderek
2022-02-23 03:58:46 +01:00
parent ce3167fc7c
commit 59b54c56c7
82 changed files with 365 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
.scrollable {
background: var(--color-bg-block);
height: auto;
padding: 20px 10px 20px 20px;
padding: 2rem 1rem 2rem 2rem;
height: 100%;
display: flex;
overflow: auto;
@@ -11,7 +11,7 @@
overflow-y: auto;
overflow-x: hidden;
padding: 0;
padding-right: 10px;
padding-right: 1rem;
width: 100%;
}