Skip to content

Commit 627fe28

Browse files
committed
Merge branch 'master' of github.com:Semantic-Org/Semantic-UI-Docs into next
2 parents fe5cf72 + 34973e3 commit 627fe28

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

server/documents/introduction/new.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type : 'Main'
4242

4343
<p>Semantic UI <code>2.3</code> includes a rewrite of modal to include non-js flexbox positioning for vertical centering. No longer will you have to call <code>$('.ui.modal').modal('refresh')</code> if content height changes to recenter.</p>
4444

45-
<p>In addition there's a new setting <code>centerable: false</code> which makes it easier to do top aligned modals when the internal may be dynamic and you dont want content to shift vertically.</p>
45+
<p>In addition there's a new setting <code>centered: false</code> which makes it easier to do top aligned modals when the internal may be dynamic and you dont want content to shift vertically.</p>
4646

4747

4848
<div class="ui special modal">

server/files/stylesheets/docs.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,21 +2026,20 @@ code .chunk {
20262026
margin-left: 250px;
20272027
}
20282028

2029-
#example .full.height > .toc .ui.menu::-webkit-scrollbar-track,
2030-
#example .article::-webkit-scrollbar-track {
2029+
#example .full.height > .toc .ui.menu::-webkit-scrollbar {
2030+
-webkit-appearance: none;
2031+
}
2032+
#example .full.height > .toc .ui.menu::-webkit-scrollbar-track {
20312033
background-color: rgba(255, 255, 255, 0);
20322034
}
2033-
#example .full.height > .toc .ui.menu::-webkit-scrollbar-thumb,
2034-
#example .article::-webkit-scrollbar-track {
2035+
#example .full.height > .toc .ui.menu::-webkit-scrollbar-thumb {
20352036
background-color: rgba(255, 255, 255, 0);
20362037
}
20372038

2038-
#example .full.height > .toc .ui.menu:hover::-webkit-scrollbar-track,
2039-
#example .article:hover::-webkit-scrollbar-track {
2039+
#example .full.height > .toc .ui.menu:hover::-webkit-scrollbar-track {
20402040
background-color: rgba(255, 255, 255, 0.1);
20412041
}
2042-
#example .full.height > .toc .ui.menu:hover::-webkit-scrollbar-thumb,
2043-
#example .article:hover::-webkit-scrollbar-track {
2042+
#example .full.height > .toc .ui.menu:hover::-webkit-scrollbar-thumb {
20442043
background-color: rgba(255, 255, 255, 0.25);
20452044
}
20462045

0 commit comments

Comments
 (0)