1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

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

This commit is contained in:
gorhill 2017-11-22 17:39:45 -05:00
parent 083cf4bf46
commit ef7b831a82

View file

@ -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;