Browse Source

fix minor glitch causing header row to be under the interactive permission setter

pull/2/head
gorhill 7 years ago
parent
commit
ef7b831a82
  1. 2
      src/css/popup.css

2
src/css/popup.css

@ -54,7 +54,7 @@ body[dir="rtl"] #gotoDashboard > span:last-of-type {
position: fixed;
right: 0;
top: 0;
z-index: 10;
z-index: 100;
}
.paneContent {
padding-top: 5.5em;

Loading…
Cancel
Save