Skip to content
Snippets Groups Projects
Commit afd695cf authored by AndiMajore's avatar AndiMajore
Browse files

resized network-menu toggle buttons

parent a3e61fc6
No related branches found
No related tags found
No related merge requests found
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
top: calc(50% - 10px); top: calc(50% - 10px);
display: inline-block; display: inline-block;
margin: 0px; margin: 0px;
right: -20px; right: -12px;
padding: calc(.75em - 1px) !important;
.dropdown-menu { .dropdown-menu {
z-index: $network-tissue-options-z; z-index: $network-tissue-options-z;
.scroll-area { .scroll-area {
...@@ -98,4 +98,4 @@ ...@@ -98,4 +98,4 @@
.dropdown-menu{ .dropdown-menu{
z-index: $network-tissue-options-z !important; z-index: $network-tissue-options-z !important;
} }
\ No newline at end of file
...@@ -85,7 +85,8 @@ ...@@ -85,7 +85,8 @@
top: calc(50% - 10px); top: calc(50% - 10px);
display: inline-block; display: inline-block;
margin: 0px; margin: 0px;
left: -20px; left: -12px;
padding: calc(.75em - 1px) !important;
&.rotated { &.rotated {
-ms-transform: rotate(180deg); /* IE 9 */ -ms-transform: rotate(180deg); /* IE 9 */
transform: rotate(180deg); transform: rotate(180deg);
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
.tissue-dropdown { .tissue-dropdown {
padding: 5px; padding: 5px;
.scroll-area { .scroll-area {
max-height: 250px; max-height: 250px;
overflow-y: scroll; overflow-y: scroll;
...@@ -93,6 +94,7 @@ ...@@ -93,6 +94,7 @@
&::-webkit-scrollbar { &::-webkit-scrollbar {
display: none; display: none;
} }
/* Hide scrollbar for IE, Edge and Firefox */ /* Hide scrollbar for IE, Edge and Firefox */
-ms-overflow-style: none; /* IE and Edge */ -ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */ scrollbar-width: none; /* Firefox */
...@@ -197,6 +199,7 @@ ...@@ -197,6 +199,7 @@
.analysis-view { .analysis-view {
.network-footer-toolbar { .network-footer-toolbar {
z-index: $analysis-network-footer-container-z; z-index: $analysis-network-footer-container-z;
.network-toolbar-toggle { .network-toolbar-toggle {
z-index: $analysis-network-footer-container-toggle-z; z-index: $analysis-network-footer-container-toggle-z;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment