diff --git a/css/general/layout.css b/css/general/layout.css index c57b480d4140b18e00aab934fe608550d2b3e52d..ba770051df7155ef4cb68119dad2b134f8fdc6ee 100644 --- a/css/general/layout.css +++ b/css/general/layout.css @@ -139,16 +139,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%; -}