diff --git a/docs/css/tags.css b/docs/css/tags.css index db3831a..1ec5f21 100644 --- a/docs/css/tags.css +++ b/docs/css/tags.css @@ -1,19 +1,4 @@ -.modal -{ - display: none; - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - z-index: 1; - background-color: rgba(250, 250, 250, 0.4); -} -.show.modal -{ - display: block; -} - +/* Container part */ .narrow.container { padding: 2.0rem; @@ -26,6 +11,7 @@ background-color: rgba(250, 250, 250, 1); } +/* Button part */ .button { margin: 0.2rem; @@ -40,3 +26,24 @@ { background-color: #383b40; } + +/* Modal part */ +.modal +{ + display: none; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + z-index: 1; + background-color: rgba(250, 250, 250, 0.4); +} +.modal +{ + overflow-y: scroll; +} +.show.modal +{ + display: block; +} \ No newline at end of file diff --git a/docs/tags/index.html b/docs/tags/index.html index 0a1c89f..ca87e51 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -8,9 +8,6 @@ -