From 00f42f16867eded79ebfb3cbad13f8c381ad507b Mon Sep 17 00:00:00 2001 From: jojo aquino Date: Sun, 4 May 2025 18:16:26 +0100 Subject: [PATCH] fix modal dragging --- .../Pages/Participant/VideoCall/Room.cshtml | 231 ++++++++---------- .../Participant/VideoCall/Room.cshtml.js | 10 +- 2 files changed, 104 insertions(+), 137 deletions(-) diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml index e81d207..d62cb49 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml @@ -1,5 +1,6 @@ @page "{Transaction_UID}" @using System.Text.Json +@using Syncfusion.EJ2 @model EnotaryoPH.Web.Pages.Participant.VideoCall.RoomModel @{ Layout = "_Blank"; @@ -40,8 +41,6 @@ margin-bottom: 10px; padding: 10px; border-radius: 5px; -/* background-color: #f9f9f9; */ -/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */ } .avatar { @@ -61,6 +60,30 @@ cursor: move; } + + + + }
@@ -137,21 +160,41 @@ -
-
- Image 2 +
+
+ Image 2
-
+
Image 1
+
+ user has not yet entered OTP +
+
+
+ + +
+
+ + +
+
@@ -169,139 +212,61 @@
-@* +