From 0a8a79a62d9809f1bd864adde7dcdae981a929d5 Mon Sep 17 00:00:00 2001 From: iigmir Date: Mon, 30 Oct 2023 19:46:04 +0800 Subject: [PATCH] Refactor ags CSS --- docs/css/tags.css | 39 +++++++++++++++++++++++---------------- docs/tags/index.html | 3 --- 2 files changed, 23 insertions(+), 19 deletions(-) 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 @@ -