Fixed User-Select for new Dashboard
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
<?php include(realpath(dirname(__FILE__)."/../")."/header.php"); ?>
|
<?php include(realpath(dirname(__FILE__)."/../")."/header.php"); ?>
|
||||||
<?php $wftype = "building"; ?>
|
<?php $wftype = "building"; ?>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.dropdown-menu.show {
|
||||||
|
z-index: 9999999;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<!-- start page title -->
|
<!-- start page title -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
#app {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
.dashboard-container {
|
.dashboard-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
|||||||
Reference in New Issue
Block a user