diff --git a/src/index.html b/src/index.html
index 97f326c6..74c524ba 100755
--- a/src/index.html
+++ b/src/index.html
@@ -40,7 +40,7 @@
-
+
diff --git a/src/scss/style.css b/src/scss/style.css
index 2d2cb065..caac4a8f 100644
--- a/src/scss/style.css
+++ b/src/scss/style.css
@@ -1012,7 +1012,6 @@ input:focus + span + .dropdown {
}
.menu .dropdown {
- position: absolute;
clear: left;
overflow: auto;
max-height: 0px;
@@ -1028,6 +1027,10 @@ input:focus + span + .dropdown {
display: none;
}
+.absolute {
+ position: absolute;
+}
+
.menu .dropdown .item {
display: block;
box-sizing: border-box;