aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 4a9647e..fb287f5 100644
--- a/src/index.html
+++ b/src/index.html
@@ -13,6 +13,9 @@
13 body { 13 body {
14 padding-bottom: 32px; 14 padding-bottom: 32px;
15 } 15 }
16 .form-control[disabled] {
17 cursor: auto;
18 }
16 .feedback-container { 19 .feedback-container {
17 position: fixed; 20 position: fixed;
18 top: 0; 21 top: 0;