diff --git a/css/general/layout.css b/css/general/layout.css index 5c7656a7c04fece7c79de59b8fce8a640b86fcd0..a7e20161b5c234608c7c4a4aa7a973f93d88383c 100644 --- a/css/general/layout.css +++ b/css/general/layout.css @@ -138,16 +138,3 @@ input[type="text"].number { min-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%; -}