Commit f093b90a authored by Mark Otto's avatar Mark Otto
Browse files

move the overflow-y to the sticky `@supports` block

also remove the overflow-x. when you specify either overflow-y or overflow-x, the other is essentially nullified and thus ineffective anyway
parent bc70d191
5 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!17021v4
Showing with 1 addition and 2 deletions
+1 -2
...@@ -9,12 +9,11 @@ ...@@ -9,12 +9,11 @@
position: sticky; position: sticky;
top: 4rem; top: 4rem;
max-height: calc(100vh - 4rem); max-height: calc(100vh - 4rem);
overflow-y: auto;
} }
order: 2; order: 2;
padding-top: 1.5rem; padding-top: 1.5rem;
padding-bottom: 1.5rem; padding-bottom: 1.5rem;
overflow-x: visible;
overflow-y: auto;
font-size: .875rem; font-size: .875rem;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment