Skip to content
Snippets Groups Projects
Commit f27c324c authored by DCoded's avatar DCoded
Browse files

Removed sideways scroll CSS for now

parent 22017cb6
No related branches found
No related tags found
1 merge request!10733Changed certain DocumentFragments to divs
...@@ -138,16 +138,3 @@ input[type="text"].number { ...@@ -138,16 +138,3 @@ input[type="text"].number {
min-width: 6em; min-width: 6em;
max-width: 6em; max-width: 6em;
} }
.sideways-scroll {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
align-items: flex-start;
}
.sideways-scroll > .card {
display: inline-block;
margin: 0 1em;
height: 100%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment