My webpage built with aspx has a layout that changes when the window is restored:
I'm trying to prevent this layout shift from happening. Here's my code snippet:
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
Debug="true" CodeFile="MAIN.aspx.cs" Inherits="MAIN" %>
... (code continues)
</div>
Even after using min-width
, I still face this issue.