Commit 512181a2 authored by I.K Seneviratne's avatar I.K Seneviratne

Committing the major changes in the linking the documents and presentations to...

Committing the major changes in the linking the documents and presentations to the Google Drive and listing the Research Projetc milestones as a dropdown.
parent 5ffef0b9
...@@ -420,6 +420,7 @@ h1, h2, h3, h4, h5, h6 { ...@@ -420,6 +420,7 @@ h1, h2, h3, h4, h5, h6 {
section { section {
padding: 60px 0; padding: 60px 0;
overflow: hidden; overflow: hidden;
/*overflow: auto;*/
} }
.section-bg { .section-bg {
......
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
\ No newline at end of file
...@@ -3231,9 +3231,11 @@ input[type="button"].btn-block { ...@@ -3231,9 +3231,11 @@ input[type="button"].btn-block {
.dropdown-menu { .dropdown-menu {
position: absolute; position: absolute;
/*position: relative;*/
top: 100%; top: 100%;
left: 0; left: 0;
z-index: 1000; z-index: 1000;
/*z-index: -1;*/
display: none; display: none;
float: left; float: left;
min-width: 10rem; min-width: 10rem;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment