mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix sidebar overlap
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
// along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
|
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@@ -171,7 +172,7 @@ ul.magicDelete>li.deleting {
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
font-family: Rubik, sans-serif !important;
|
font-family: Rubik, sans-serif !important;
|
||||||
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
||||||
z-index: 100 !important;
|
z-index: 11 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu li>label>svg,
|
#menu li>label>svg,
|
||||||
|
|||||||
Reference in New Issue
Block a user