Skip to content

Commit 35210f5

Browse files
committed
Removed scroll-snapping for content tabs
1 parent 527633e commit 35210f5

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

material/assets/stylesheets/main.fd896c8a.min.css renamed to material/assets/stylesheets/main.c0b802b2.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/stylesheets/main.fd896c8a.min.css.map renamed to material/assets/stylesheets/main.c0b802b2.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{% endif %}
3535
{% endblock %}
3636
{% block styles %}
37-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.fd896c8a.min.css' | url }}">
37+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c0b802b2.min.css' | url }}">
3838
{% if config.theme.palette %}
3939
{% set palette = config.theme.palette %}
4040
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.cbb835fc.min.css' | url }}">

src/assets/stylesheets/main/extensions/pymdownx/_tabbed.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
max-width: 100%;
9292
overflow: auto;
9393
box-shadow: 0 px2rem(-1px) var(--md-default-fg-color--lightest) inset;
94-
scroll-snap-type: x proximity;
9594
-ms-overflow-style: none; // IE, Edge
9695
scrollbar-width: none; // Firefox
9796

@@ -141,7 +140,6 @@
141140
font-size: px2rem(12.8px);
142141
white-space: nowrap;
143142
border-bottom: px2rem(2px) solid transparent;
144-
scroll-snap-align: start;
145143
border-radius: px2rem(2px) px2rem(2px) 0 0;
146144
cursor: pointer;
147145
transition:

0 commit comments

Comments
 (0)