Skip to content

Commit

Permalink
Removed scroll-snapping for content tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jun 4, 2022
1 parent 527633e commit 35210f5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.fd896c8a.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c0b802b2.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.cbb835fc.min.css' | url }}">
Expand Down
2 changes: 0 additions & 2 deletions src/assets/stylesheets/main/extensions/pymdownx/_tabbed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
max-width: 100%;
overflow: auto;
box-shadow: 0 px2rem(-1px) var(--md-default-fg-color--lightest) inset;
scroll-snap-type: x proximity;
-ms-overflow-style: none; // IE, Edge
scrollbar-width: none; // Firefox

Expand Down Expand Up @@ -141,7 +140,6 @@
font-size: px2rem(12.8px);
white-space: nowrap;
border-bottom: px2rem(2px) solid transparent;
scroll-snap-align: start;
border-radius: px2rem(2px) px2rem(2px) 0 0;
cursor: pointer;
transition:
Expand Down

0 comments on commit 35210f5

Please sign in to comment.