jjacqued
asked:
hi, i'm using your alpha omega theme right now and i can't use the edit theme, dashboard, reblog or delete button in the top right corner of my blog anymore. do you happen to know what's wrong?

hello!!

put the following code under  <style type=“text/css”>

/*tumblr controls*/
.tmblr-iframe {
top:0px!important;
position:fixed!important;
opacity:0.5;
-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);
z-index:999999999999999999999999999999999!important;
white-space:nowrap;
transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}